Authorization: Bearer ********************curl --location --request GET 'https://api.ogoship.com/api/notificationTemplates/channel//template//' \
--header 'Authorization: Bearer <token>'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"channelId": 0,
"revision": 0,
"name": "string",
"content": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"createdBy": "string",
"editedAt": "2019-08-24T14:15:22.123Z",
"editedBy": "string",
"textSections": {
"property1": "string",
"property2": "string"
}
}