desc, returning the groups with the highest data first if limit is reached.curl --location -g --request GET 'https://us-east1-org01.analytics.controld.com/v2/statistic/trend/action?baselineStartTime&baselineEndTime&startTime&endTime&limit&endpointId[]&clientId[]&action[]&trigger[]&triggerValue[]&spoofTarget[]&question[]&searchQuestion&searchQuestionMode&profileId[]&protocol[]&statusCode[]&rrType[]&srcCountry[]&dstCountry[]&dstAsn[]&srcAsn[]&dstIsp[]&srcIsp[]&sortOrder' \
--header 'Authorization: <api-key>'{
"success": true,
"body": {
"startTime": "2025-02-07T13:20:47.214Z",
"endTime": "2025-02-07T13:20:47.214Z",
"baselineStartTime": "2025-02-07T13:20:47.214Z",
"baselineEndTime": "2025-02-07T13:20:47.214Z",
"groups": [
{
"group": "string",
"baseline": 0,
"current": 0
}
]
}
}