curl --location --request GET 'https://api.chatgptsb.com/v1/dashboard/billing/subscription' \
--header 'Authorization: Bearer sk-xxxx' \
--header 'Content-Type: application/json'
{
"object": "billing_subscription",
"has_payment_method": true,
"soft_limit_usd": 41.715348,
"hard_limit_usd": 41.715348,
"system_hard_limit_usd": 41.715348,
"access_until": 0
}