POST /api/categories/create
curl \
 --request POST 'https://org-bay.runasp.net/api/categories/create' \
 --header "Content-Type: application/json" \
 --data '{"title":"string"}'
curl \
 --request POST 'https://org-bay.runasp.net/api/categories/create' \
 --header "Content-Type: text/json"
curl \
 --request POST 'https://org-bay.runasp.net/api/categories/create' \
 --header "Content-Type: application/*+json"
Request examples
{
  "title": "string"
}