{
"categoryId": 0,
"description": "string",
"id": 0,
"image": "string",
"name": "string",
"price": 0,
"setmealDishes": [
{
"copies": 0,
"dishId": 0,
"id": 0,
"name": "string",
"price": 0,
"setmealId": 0
}
],
"status": 0
}
curl --location --request POST 'https://petstore-demo.apifox.com/admin/setmeal' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoryId": 0,
"description": "string",
"id": 0,
"image": "string",
"name": "string",
"price": 0,
"setmealDishes": [
{
"copies": 0,
"dishId": 0,
"id": 0,
"name": "string",
"price": 0,
"setmealId": 0
}
],
"status": 0
}'
{
"code": 0,
"data": {},
"msg": "string"
}