curl --location --request POST '/api/public/ration/replaceMenuDishes' \
--header 'Identifier: {{identifier}}' \
--header 'Application-key: {{token}}' \
--form 'day_id="121355"' \
--form 'adjust_weight_by_calorie="1"' \
--form 'replacement[0][meal_id]="1"' \
--form 'replacement[0][dish_id]="1026"' \
--form 'replacement[0][dish_weight]="200"'{
"menu": [
{
"id": 1,
"eating": {
"id": 4,
"title": "Полдник"
},
"dish": {
"id": 1450,
"title": "Блюдо 1"
},
"weight": 200
},
{
"id": 2,
"eating": {
"id": 5,
"title": "Ужин"
},
"dish": {
"id": 1350,
"title": "Блюдо 2"
},
"weight": 240
},
{
"id": 3,
"eating": {
"id": 3,
"title": "Обед"
},
"dish": {
"id": 1452,
"title": "Блюдо 3"
},
"weight": 200.2
},
{
"id": 4,
"eating": {
"id": 1,
"title": "Завтрак"
},
"dish": {
"id": 1455,
"title": "Блюдо 4"
},
"weight": 250
}
],
"eat_date": "2025-02-19",
"delivery_date": "2025-02-19",
"cooking_date": "2025-02-18",
"odt_id": 3,
"ds_id": 1
}