Create
curl --request POST \ --url https://api.themoviedb.org/3/list \ --header 'Content-Type: application/json' \ --data '{ "description": "Just an awesome list.", "language": "en", "name": "The most amazing List." }'
{ "list_id": 8505719, "status_code": 1, "status_message": "Success.", "success": true }
"596cf761bccb080266249540bcdc13a0ea708109"
The response is of type object.
object