Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
The user session ID created
Example:
"string"
Body
application/json
{
"status_code": 1,
"status_message": "Success.",
"success": true
}
This endpoint allows you to mark 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.
The user session ID created
"string"