curl --request POST \
--url https://api.themoviedb.org/4/list \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"description": "",
"iso_3166_1": "US",
"iso_639_1": "en",
"name": "My Cool List",
"public": true
}'