cURL
curl --request POST \ --url https://services.staging.app.dados.rio/eai-agent-gateway/api/v1/message/webhook/agent \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "agent_id": "<string>", "message": "<string>", "metadata": {} }'
"<any>"
Insira o token Bearer para autenticação. Exemplo: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Successful Response
The response is of type any.
any