Send a single SMS to a Tanzania mobile number. Accepts 07xx or +255 format.
curl -X POST 'https://api.sendafrica.online/v1/sms/' \ -H 'Content-Type: application/json' \ -d '{ "to": "0712345678", "message": "Habari! Order confirmed.", "from": "MyBrand" }'