Get the current credit balance for the authenticated user.
curl https://api.socialrouter.io/v1/account/balance \ -H "Authorization: Bearer sr_live_your_key"
{ "balance": 42.5, "currency": "USD" }