curl --location --request GET 'https://api.aiguoguo199.com/v1/dashboard/billing/subscription' \ --header 'Authorization: Bearer sk-xxx' \ --header 'Content-Type: application/json'
{ "object": "billing_subscription", "has_payment_method": true, "soft_limit_usd": 5, "hard_limit_usd": 5, "system_hard_limit_usd": 5, "access_until": 0, "status": "normal", "used_usd": 1.394104, "balance_usd": 3.605896, "expire_at": "1970-01-01", "gpt4": true }