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