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