curl --request POST \
--url https://api.vexara.io/v1/agents/{agentId}/execute \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"task": "Analyze SOL price trends for the last 24h",
"parameters": {
"timeframe": "24h",
"indicators": [
"RSI",
"MACD"
]
},
"priority": "normal"
}
'