curl --location --request GET 'https://api.adamchatbot.chat/v1/dashboard/billing/subscription' \ --header 'Authorization: sk-xxxx'
{ "object": "billing_subscription", "has_payment_method": true, "soft_limit_usd": 1, "hard_limit_usd": 1, "system_hard_limit_usd": 1,//这三个字段返回的总额度 "access_until": 0 }