Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request POST \
--url https://api.example.com/v1/shop/warehouses/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"address": "<string>",
"rental_point": 123,
"deleted": true
}
'{
"id": 123,
"name": "<string>",
"address": "<string>",
"rental_point": 123,
"deleted": true
}curl --request POST \
--url https://api.example.com/v1/shop/warehouses/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"address": "<string>",
"rental_point": 123,
"deleted": true
}
'{
"id": 123,
"name": "<string>",
"address": "<string>",
"rental_point": 123,
"deleted": true
}Была ли эта страница полезной?