curl --request POST \
--url https://api.dojah.io/api/v1/messaging/otp \
--header 'AppId: <appid>' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"sender_id": "<string>",
"destination": "<string>",
"channel": "<string>",
"length": {},
"priority": true
}
'