curl --request POST \
--url https://connvo-dev.convex.cloud/api/run/monitoring/performanceQueries/getPerformanceTrends \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"bucketSizeMs": 123,
"functionName": "<string>",
"timeWindowMs": 123
}
}
'