**//NOTE: The deprecated "batch" value from the response is still being used by callers and should be included in the new implementation//**
Create a REST handler and any other necessary associated code (extension.json entry, helper classes, etc.) for the `POST lists/batch` endpoint.
[] endpoint implemented
[] tests created
[] tests pass
**Endpoint summary:**
Create multiple new lists for the current user
**Endpoint description:**
See `POST /lists/`.
Stability: [unstable](https://www.mediawiki.org/wiki/API_versioning#Unstable)
**Associated RESTBase code**
[[ https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/services/restbase/+/d544e9da48b9c79afb2338b7bab6960a94db6c61/v1/lists.yaml#387 | lists.yaml ]] (spec+forwarding)
[[ https://gerrit.wikimedia.org/g/mediawiki/services/restbase/+/d544e9da48b9c79afb2338b7bab6960a94db6c61/test/features/lists.js#441 | lists.js ]] (tests)
**Associated Action API code**
[[ https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/ReadingLists/+/refs/heads/master/src/Api/ApiReadingListsCreate.php#13 | ApiReadingListsCreate ]]
[[ https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/ReadingLists/+/refs/heads/master/tests/phpunit/Api/ApiReadingListsCreateTest.php#16 | ApiReadingListsCreateTest ]]
**Parameters:**
| name | source | required | type | example | default | possible values | description |
| csrf_token | query | yes | string | f63c343876da566045e6b59c4532450559c828d3+\\ | N/A | N/A | The CRSF edit token provided by the MediaWiki API |
**Request Body:**
[[ https://gerrit.wikimedia.org/g/mediawiki/services/restbase/+/d544e9da48b9c79afb2338b7bab6960a94db6c61/v1/lists.yaml#932 | list_write ]], array of max 500
**Error Response**
#/components/schemas/problem per [[ https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/services/restbase/+/refs/heads/master/doc/API.md | API.md ]] and [[ https://datatracker.ietf.org/doc/html/draft-nottingham-http-problem | draft-nottingham-http-problem ]]
**Success Response**
| value | type | description |
| batch | array | Deprecated, will be removed. Use the full list objects instead. |
| lists | array: [[ https://gerrit.wikimedia.org/g/mediawiki/services/restbase/+/d544e9da48b9c79afb2338b7bab6960a94db6c61/v1/lists.yaml#911 | list_read ]] | |
**Response Headers**
This endpoints has [[ https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/services/restbase/+/refs/heads/master/v1/lists.yaml#462 | additional response headers ]] specified in the RESTBase code:
```
headers:
content-type: application/json; charset=utf-8
```