quota:该筛选下总消耗额度(系统最小单位)rpm:最近一分钟请求数(筛选范围内)tpm:最近一分钟 token 消耗量curl --location 'https://api.openai-hub.com/api/log/self/stat' \
--header 'Authorization: Bearer sk-0ABIEXVjh9****Qckjy' \
--header 'New-Api-User: 1'{
"success": true,
"message": "string",
"data": {
"quota": 0,
"rpm": 0,
"tpm": 0
}
}