curl -X POST \
-H "Authorization: Bearer {YOUR_API_TOKEN}" \
-H "Content.Type: application/json" -d `
{
"from": "+19876543210",
"to" : [
"+12345678900"
],
"body": "Hi thre! How are you?"
}` \
"https://sms.api.brahmayasa.com/sms.v1/{YOUR_service_plan_id}/batches"