Authorization: Bearer ********************{
"recipients": [
"string"
],
"senderName": "string",
"body": "string",
"subject": "string",
"isLiquid": true,
"dataJson": "string",
"notificationChannel": "string",
"attachments": [
{
"filename": "string",
"base64": "string",
"url": "string"
}
]
}curl --location --request POST 'https://api.ogoship.com/api/notifications/rawmessage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"recipients": [
"string"
],
"senderName": "string",
"body": "string",
"subject": "string",
"isLiquid": true,
"dataJson": "string",
"notificationChannel": "string",
"attachments": [
{
"filename": "string",
"base64": "string",
"url": "string"
}
]
}'{}