curl --location -g --request GET 'http://api.example.com/api/usage/token' \
--header 'Authorization: Bearer sk-xxx' \
--header 'Content-Type: application/json'{
"code": true,
"data": {
"expires_at": 0,
"model_limits": {},
"model_limits_enabled": false,
"name": "自用",
"object": "token_usage",
"total_available": 35261102,
"total_granted": 50000000,
"total_used": 14738898,
"unlimited_quota": false
},
"message": "ok"
}