curl --location --request GET '/v1/token/quota' \ --header 'Authorization: Bearer {{YOUR_API_KEY}}'
{ "id": 1, "name": "test", "quota": 10.5 }