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