AviatoAviato
DeveloperAPI ReferenceMeFavorites

/api/me/favorites

POST
/api/me/favorites

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/me/favorites" \  -H "Content-Type: application/json" \  -d '{    "itemId": "string"  }'
{
  "favorite": {
    "profileId": "string",
    "userId": "string",
    "itemId": "string",
    "createdAt": "string"
  }
}