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