curl --request GET \ --url 'https://api.unify.ai/v0/billing/account-info' \ --header "Authorization: Bearer $UNIFY_KEY"
{ "billing_account_id": "integer", "credits": "number", "account_status": "string", "last_recharge_at": "string | null", "autorecharge": "boolean", "autorecharge_threshold": "number", "autorecharge_qty": "number" }
Bearer <token>
<token>