curl --location --request POST 'http://jira.local:8080/jira/rest//rest/api/3/notificationscheme' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "My new scheme description",
"name": "My new notification scheme",
"notificationSchemeEvents": [
{
"event": {
"id": "1"
},
"notifications": [
{
"notificationType": "Group",
"parameter": "jira-administrators"
}
]
}
]
}'
{"id":"10001"}