Authorization: Bearer ********************{
"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"
}curl --location --request POST 'https://api.ogoship.com/api/transactional' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}'{
"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"
]
}