{
// "Name": "Category 4",
// "Description": "Description of Category 4..."
}
curl --location --request PUT 'http://127.0.0.1:5051/api/Categories/4' \
--header 'Content-Type: application/json' \
--data-raw '{
// "Name": "Category 4",
// "Description": "Description of Category 4..."
}'
{}