Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request POST \
--url https://api.example.com/v1/shared/auth/profile/orders/{id}/reviews/ \
--header 'Content-Type: application/json' \
--data '
{
"rating": 3,
"comment": "<string>",
"list": [
"<string>"
],
"product": 123
}
'{
"id": 123,
"rating": 3,
"comment": "<string>",
"list": [
"<string>"
],
"product": 123
}curl --request POST \
--url https://api.example.com/v1/shared/auth/profile/orders/{id}/reviews/ \
--header 'Content-Type: application/json' \
--data '
{
"rating": 3,
"comment": "<string>",
"list": [
"<string>"
],
"product": 123
}
'{
"id": 123,
"rating": 3,
"comment": "<string>",
"list": [
"<string>"
],
"product": 123
}Была ли эта страница полезной?