Get the credit balance of the account/organization associated with the API key
Future<Balance> getBalance({ String? apiKey, }) async { return _userService.getBalance(apiKey: apiKey ?? _apiKey); }