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