{
"status_code": 1,
"status_message": "Success.",
"success": true
}
This endpoint marks a movie or TV show as a favourite.
{
"status_code": 1,
"status_message": "Success.",
"success": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Mark Favorite
The response is of type object
.