curl -X POST https://chatbot.menuia.com/api/create-message \
-H "Content-Type: application/json" \
-d '{
"appkey": "SUA_APPKEY_AQUI",
"authkey": "SUA_AUTHKEY_AQUI",
"to": "+5581989769960",
"template_id": "TEMPLATE_ID",
"variables": {
"variableKey1": "jhone",
"variableKey2": "replaceable value"
}
}'