{
"access_token": "{{access_token}}",
"month": "2025-07",
"limit": 5
}curl --location --request POST '/api/ruc/statistics/usage-top' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "{{access_token}}",
"month": "2025-07",
"limit": 5
}'{
"code": 0,
"message": "ok",
"version": "v1.6.0",
"data": [
{
"user_name": "test",
"total_bytes": "58.79G"
}
]
}