curl 'https://controller.touch-api.com/api/sendMessage' \
-H 'Content-Type: application/json' \
-d '{
"source": "whatsapp",
"token": "12345678",
"login": "my_phone",
"msg":{
"to": "client_phone",
"text": "test"
}
}'