curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/issuetypescreenscheme/' \ --header 'Content-Type: application/json' \ --data-raw '{ "description": "Screens for scrum issue types.", "name": "Scrum scheme" }'
null