cURL
curl --request POST \ --url 'https://api.themoviedb.org/3/list/{{list_id}}/add_item' \ --header 'Content-Type: application/json' \ --data ' { "media_id": 645757 } '
{ "status_code": 12, "status_message": "The item/record was updated successfully.", "success": true }
Add a movie to a list.
"596cf761bccb080266249540bcdc13a0ea708109"
645757
Movie
12
"The item/record was updated successfully."
true