curl --location 'http://test-cn.your-api-server.com/user/token-usage' \
--header 'Authorization;'{
"code": 200,
"message": "success",
"data": {
"username": "Losita",
"used_this_week": 45200,
"total_limit": 100000,
"unit": "tokens",
"last_updated": "2026-01-30 14:00:00"
}
}