Перейти к основному содержанию
POST
/
v1
/
shared
/
auth
/
profile
/
saves
cURL
curl --request POST \
  --url https://api.example.com/v1/shared/auth/profile/saves/ \
  --header 'Content-Type: application/json' \
  --data '{
  "product": 123
}'
{
  "product": 123
}

Тело

product
integer
обязательно

Ответ

201 - application/json
product
integer
обязательно