curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/screenscheme/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Employee screen scheme v2",
"screens": {
"create": "10019",
"default": "10018"
}
}'
null