curl --location -g --request GET '{{BASE_URL}}/v1/token/quota' \ --header 'Authorization: Bearer {{YOUR_API_KEY}}' \ --header 'new-api-user: {{用户ID}}'
{ "id": 1, "name": "test", "quota": 10.5 }