Body
-
title
string | null
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"
{
"title": "string"
}
{
"title": "string"
}
{
"title": "string"
}