This endpoint mark a movie or TV show as a favourite.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This refers to a unique identifier assigned to a user account.
""
A token that represents a logged-in user's session after they have authenticated with their TMDB account.
""
A boolean value that indicates whether the user is adding the movie to their favorites (true) or removing it from their favorites (false).
true
A unique identifier for the specific movie in question.
550
A string that indicates the type of media the request pertains to. In this case, "movie" specifies that the media is a movie.
"movie"
add favourite
An integer value representing the status of the response. A value of 1 is often used to denote a generic success response.
1
A string providing a brief indication of the status of the request.
"Success."
A boolean value indicating whether the request was successful.
true