Authorization: Bearer ********************{
"channel": "string",
"body": "string"
}curl --location --request POST 'https://prod.your-api-server.com/customers//messages' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel": "string",
"body": "string"
}'{
"success": true,
"error": "string"
}