āļāļĢāļāļāđāļāļāļĢāđāļĄāļ·āļāļāļ·āļāđāļāļ·āđāļāļĢāļąāļāļĨāļīāļāļāđāļāļēāļ§āļāđāđāļŦāļĨāļāļāļēāļ SMS
// API Endpoint
POST https://app-download-sms.hdmall.co.th
// Request Body
{
"mobile": "0812345678",
"turnstileToken": "xxx"
}
// Response (Success)
{
"success": true,
"message": "SMS sent successfully",
"remaining": { "phone": 2, "ip": 9 }
}
// Response (Error)
{
"success": false,
"error": "Error message"
}