I have been trying to send an SMS using the PHP ideamart wrapper and I am getting the following error.
Invalid Host IP Error
This is the request I made to https://api.dialog.lk/sms/send
{
"message": "Hello",
"destinationAddresses": ["tel:94777123456"],
"password": "password",
"applicationId": "APP_999999"
}
Can anyone help me to figure out the reason?