{
// "Name": "Meal 1",
// "Description": "Description of Meal 1...",
// "Price": 100.1,
// "CategoryId": 2
}
curl --location --request PUT 'http://127.0.0.1:5051/api/Meals/1' \
--header 'Content-Type: application/json' \
--data-raw '{
// "Name": "Meal 1",
// "Description": "Description of Meal 1...",
// "Price": 100.1,
// "CategoryId": 2
}'
{}