curl --location 'https://api.voxa.sa/v1/whatsapp/service-account/sendText' \
--header 'Authorization: Bearer <token>' \
--header 'content-type: application/json' \
--data '{
"ChannelId": "3a197..............",
"Text": "Hey from Hatif 👋",
"ToNumber": "9665xxxxxxxx"
}'{
"contactId": "3a1e15..............",
"status": "Pending",
"message": "Message has been queued for sending",
"conversationEventId": "3a21ed..............",
"messageId": null
}