Authorization: Bearer ********************curl --location --request GET 'https://api.ogoship.com/api/messaging/channel//message/' \
--header 'Authorization: Bearer <token>'{
"uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
"channelId": 0,
"content": {
"language": "string",
"content": "string",
"subject": "string",
"contentType": "Text"
},
"externalId": "string",
"contextId": "string",
"sender": "NotDefined",
"receiver": "NotDefined",
"messageType": "Email",
"createTime": "2019-08-24T14:15:22.123Z",
"deliveryTime": "2019-08-24T14:15:22.123Z",
"readTime": "2019-08-24T14:15:22.123Z",
"metaData": {
"property1": "string",
"property2": "string"
},
"deleted": true,
"errorMessage": "string"
}