curl --request POST \
--url https://api.vazapay.com/v1/zaap/message \
--header 'Content-Type: application/json' \
--header 'z-api-key: <api-key>' \
--data '
{
"text": "<string>",
"to": {
"whatsapp": "<string>",
"telegram": "<string>",
"sms": "<string>"
}
}
'