curl --location --request POST '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.",
"name": "Resolve Security Issue Screen"
}'
{"id":10005,"name":"Resolve Security Issue Screen","description":"Enables changes to resolution and linked issues."}