notification_types:read.Authorization: ********************curl --location '/v1/admin/notification-templates' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"notification_type": "string",
"channel": "string",
"name": "string",
"subject": "string",
"body": "string"
}
]
}