curl --request GET \
--url https://api.faces.sh/v1/billing/balance{
"iam_id": "<string>",
"balance_usd": 123,
"frozen": true,
"has_payment_method": true,
"is_active": true
}Return the credit balance and frozen status for the authenticated user.
curl --request GET \
--url https://api.faces.sh/v1/billing/balance{
"iam_id": "<string>",
"balance_usd": 123,
"frozen": true,
"has_payment_method": true,
"is_active": true
}