Authorization: Bearer ********************curl --location --request GET 'https://api.ogoship.com/api/transactional/' \
--header 'Authorization: Bearer <token>'{
"uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
"message": [
{
"locale": "string",
"title": "string",
"body": "string"
}
],
"recipientType": "AllUsers",
"approvalType": "ShowOnly",
"visibleFrom": "2019-08-24T14:15:22.123Z",
"approvalDeadline": "2019-08-24T14:15:22.123Z",
"visibleTo": "2019-08-24T14:15:22.123Z",
"internalTitle": "string",
"deleted": true,
"repeatDays": 0,
"roles": [
"string"
]
}