notification_types:write.Authorization: ********************curl --location --request PATCH '/v1/admin/notification-types/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"type": "string",
"display_name": "string"
}