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