Authorization: ********************curl --location 'https://api.hiveflow.ai/api/agents' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "New Smart Agent",
"description": "string",
"objective": "string",
"provider": "openai",
"model": "gpt-4o-mini",
"skillIds": [
"string"
]
}'{
"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"
}
}