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