curl --location --request GET '/api/public/ration/menu/142594' \
--header 'Identifier: {{identifier}}' \
--header 'Application-key: {{token}}'[
[
{
"id": 1,
"eating": {
"id": 1,
"title": "Завтрак"
},
"dish": {
"id": 1,
"title": "Английский завтрак",
"price": 0,
"weight": 200,
"d_kal": 300,
"link": ""
},
"weight": 220
},
{
"id": 2,
"eating": {
"id": 2,
"title": "2-й завтрак"
},
"dish": {
"id": 2,
"title": "Смузи вишневый",
"price": 0,
"weight": 300,
"d_kal": 300,
"link": ""
},
"weight": 300
}
]
]