Authorization: Bearer ********************curl --location --request GET '/dashboard/billing/subscription' \
--header 'Authorization: Bearer <token>'{
"object": "billing_subscription",
"has_payment_method": true,
"soft_limit_usd": 4.1,
"hard_limit_usd": 4.1, //使用此字段判断余额,余额单位为美元
"system_hard_limit_usd": 4.1,
"access_until": 0
}