// Send SMS — HTTPS GET Request
GET https://www.smsgatewayhub.com/api/mt/SendSMS
// Parameters
"APIKey" = "your_api_key"
"senderid" = "SSSSSG"
"channel" = "2"
"number" = "91 9907922122"
"text" = "Your OTP is 847291. Valid for 10 min."
"schedtime" = "2025-11-06 12:45 PM"
"dlttemplateid" = "1234567894063533654"
// Response
{"ErrorCode":"000","ErrorMessage":"Success"}