POST /outbound/sms HTTP/1.1
Host: api.sms.mexediaon.com
Accept: application/json
Content-Type: application/json
Content-Length: 234
X-ApiKey: YOUR-API-KEY
{
"from": "Buddy Holly",
"to": 491712345678,
"text": "Hi my best friend, what's up on your end?\nI wanna tell you the latest gossip, so get up and drop me a call! I promise, you won't trust your ears when you hear that!"
}