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",
"message": "Olá, esta é uma mensagem de teste.",
"TextoParaAudio": "feminina"
}'