curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/screens/' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Enables changes to resolution and linked issues for accessibility related issues.",
"name": "Resolve Accessibility Issue Screen"
}'
{"id":10005,"name":"Resolve Security Issue Screen","description":"Enables changes to resolution and linked issues."}