AUTH_KEY= SENDER_NAME= MOBILE= TEXT="HELLO TEST LINE 1\nHELLO TEST LINE 2" # Basic Implementation curl -X POST -H "Content-Type: application/json" \ -H "Authorization: $AUTH_KEY" \ -d "{\"from\":\"$SENDER_NAME\",\"to\":\"$MOBILE\",\"text\":\"$TEXT\"}" \ "https://api2.ants.co.th/sms/1/text/single"