Create a new favorite list
POST/v2/favoritelists
Creates a new favorite list with the provided data.
Request
Responses
- 201
- 400
- 403
- 500
The favorite list has been successfully created.
The request body is invalid or missing required fields.
You do not have permission to create a favorite list.
An unexpected error occurred while creating the favorite list.