curl --location 'https://4sapi.com/api/usage/token' \
--header 'Authorization: Bearer {{API-KEY}}' \
--header 'New-Api-User: {{UserName}}'{
"code": true,
"data": {
"expires_at": 0,
"model_limits": {},
"model_limits_enabled": false,
"name": "test-2.5x-gpt",
"object": "token_usage",
"total_available": 4325611,
"total_granted": 5000000,
"total_used": 674389,
"unlimited_quota": false
},
"message": "ok"
}