cURL
curl --request POST \ --url 'https://api.themoviedb.org/3/account/{{account_id}}/watchlist' \ --header 'Content-Type: application/json' \ --data ' { "media_id": 1156593, "media_type": "movie", "watchlist": true } '
{ "status_code": 1, "status_message": "Success.", "success": true }
Add a movie or TV show to your watchlist.
1156593
"movie"
true
Add to watchlist
1
"Success."