curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/notificationscheme/' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "My updated notification scheme description",
"name": "My updated notification scheme"
}'
null