Authorization: ********************{
"channel": "email",
"to": "string",
"subject": "string",
"message": "string",
"meta": {
"property1": "string",
"property2": "string"
}
}curl --location --request POST '/api/v1/communications/send' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel": "email",
"to": "string",
"subject": "string",
"message": "string",
"meta": {
"property1": "string",
"property2": "string"
}
}'