curl --location --request GET 'https://api.veloconnect.me/api/SendSMSMulti?sms_type=&encoding=&sender_id=&phonenumber=&templateid=&textmessage=&ValidityPeriodInSeconds=&callback_url=&api_id=' \
--header 'Accept: application/json' \
--header 'app_id: <api-key>'{
"message_id": "<long>",
"status": "<string>",
"remarks": "<string>",
"uid": "<string>"
}