Add movie to list
Accounts
Add movie to list
This endpoint is used to add a movie to a user’s list
POST
Add movie to list
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
A unique identifier for an authenticated user session. Usually used for user authentication [blocked]
Example:
"02a0e6d34dbd8325254e83c78918599076a62b0e"
Body
application/json
A unique identifier for the movie item to be added to the lIst
Example:
18
Response
201 - application/json
Example response
A numeric code indicating the status of the request
Example:
13
A brief message describing the status of the request
Example:
"The item/record was deleted successfully."
A boolean value describing the state of the request. Possible value - true or false
Example:
true
