{
"date_start": "2025-12-18",
"date_end": "2025-12-19",
"dining_times": "528,640",
"foods_dict": {
"506": [
{
"foods_id": 1564,
"supply": 99999,
"superior_limit": 99999
}
]
},
"is_pub": 1,
"type": 1
}curl --location '/admin/diningTimeMenu/settings' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data '{
"date_start": "2025-12-18",
"date_end": "2025-12-19",
"dining_times": "528,640",
"foods_dict": {
"506": [
{
"foods_id": 1564,
"supply": 99999,
"superior_limit": 99999
}
]
},
"is_pub": 1,
"type": 1
}'{}