curl --location 'https://4sapi.com/api/log/self/stat?type=&start_timestamp=&end_timestamp=&token_name=&model_name=&channel=&group=' \
--header 'Authorization: {{Access-Token}}' \
--header 'New-Api-User: {{UserName}}'{
"success": true,
"message": "",
"data": {
"quota": 152340, // 时间区间内消耗的 quota 总和
"rpm": 3, // 最近 60 秒的请求数
"tpm": 4520 // 最近 60 秒的 tokens 总量(prompt+completion)
}
}