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

Параметры пути

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

Тело

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

Ответ

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