curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/issuetypescheme/' \
--header 'Content-Type: application/json' \
--data-raw '{
"defaultIssueTypeId": "10002",
"description": "A collection of issue types suited to use in a kanban style project.",
"name": "Kanban Issue Type Scheme"
}'
null