curl --location --request POST '/rest/api/3/projectCategory' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Created Project Category",
"name": "CREATED"
}'
{"description":"Created Project Category","id":"10100","name":"CREATED","self":"https://your-domain.atlassian.net/rest/api/3/projectCategory/10100"}