Query overall remaining and used credits of the current user account.
GET https://123api.co/v1/account/user-balance
curl --request GET \
--url https://123api.co/v1/account/user-balance \
--header 'Authorization: Bearer <token>'{
"remaining_balance": 530.85,
"used_balance": 214.30
}