{
"name": "string",
"slug": "string",
"icon": "string",
"order": 0,
"description": "string"
}curl --location '/admin/share/category/create' \
--header 'bladeauth: {{auth}}' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"slug": "string",
"icon": "string",
"order": 0,
"description": "string"
}'