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": "+558189769960", "message": "Seu código OTP é:", "criarOTP": "true" }'
{ "status": 200, "message": "OTP criado e enviado com sucesso.", "otp": "123456" }
"true"