curl --location 'https://api.openai-next.com/api/user/self/quota' \ --header 'Authorization: {{ACCESS_TOKEN}}'
{ "data": { "quota": 775514721, "used_quota": 4746541978 }, "message": "", "success": true }