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