curl --location --request POST 'api.velosms.com/api/SendSMS' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_id": "",
"phonenumber": "",
"sender_id": "",
"sms_type": "P",
"encoding": "T",
"textmessage": "Your Code is 88dd558",
"ValidityPeriodInSeconds": "0",
"callback_url": ""
}'{
"message_id": "<long>",
"status": "<string>",
"remarks": "<string>",
"uid": "<string>",
"client_costs": [
{
"phonenumber": "string",
"cost": "int"
}
]
}