curl -X POST https://chatbot.menuia.com/api/v2/ia \ -H "Content-Type: application/json" \ -d '{ "authkey": "SUA_AUTHKEY_AQUI", "device": "SUA_APPKEY_AQUI", "agent_name": "Meu Agente de IA", "system": "Você é um assistente prestativo." }'
{ "status": 200, "message": "Agente de IA criado com sucesso.", "data": { "id": 123, "agent_name": "Meu Agente de IA" } }