Authorization: Bearer ********************curl --location 'https://api.ogoship.com/api/notificationTemplates/channel//templates' \
--header 'Authorization: Bearer <token>'[
{
"channelId": 0,
"usageKey": "string",
"revision": 0,
"notificationChannel": "email",
"createdAt": "2019-08-24T14:15:22.123Z",
"createdBy": "string",
"editedAt": "2019-08-24T14:15:22.123Z",
"editedBy": "string",
"frame": {
"id": "string",
"name": "string",
"revision": 0,
"content": "string"
},
"localizedStrings": {
"property1": {
"key": "string",
"isInherited": true,
"isLocalized": true,
"text": "string",
"frameValue": "string",
"locales": {
"property1": {
"code": "string",
"value": "string"
},
"property2": {
"code": "string",
"value": "string"
}
}
},
"property2": {
"key": "string",
"isInherited": true,
"isLocalized": true,
"text": "string",
"frameValue": "string",
"locales": {
"property1": {
"code": "string",
"value": "string"
},
"property2": {
"code": "string",
"value": "string"
}
}
}
}
}
]