Authorization: ********************curl --location 'https://api.hiveflow.ai/api/agents' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"_id": "string",
"name": "Agente de Ventas",
"description": "string",
"provider": "openai",
"model": "gpt-4o-mini",
"objective": "string",
"skills": [
{}
],
"apps": [
{}
],
"nodeCount": 0,
"createdAt": "2019-08-24T14:15:22.123Z"
}
]
}