Mark a movie or TV show as a favourite.
curl --request POST \ --url https://api.themoviedb.org/3/account/%7B{account_id}%7D/favorite \ --header 'Content-Type: application/json' \ --data '{ "favorite": true, "media_id": 912649, "media_type": "movie" }'
{ "status_code": 1, "status_message": "Success.", "success": true }
Add favorite
The response is of type object.
object