curl -X POST \ https://smspoh.com/api/v2/send \ -H 'Authorization: Bearer {{YOUR_AUTHORIZATION_TOKEN}}' \ -H 'Content-Type: application/json' \ -H 'cache-control: no-cache' \ -d '{ "to" : "09XXXXXX", "message" : "Hello SMSPoh", "sender" : "Info" }'