} catch (HttpClientErrorException hcee) {
throw new ZencoderClientException(hcee.getResponseBodyAsString(), hcee);
}
ZencoderAccountDetails account_details = null;
try {
account_details = mapper.readValue(
response.getBody(),
ZencoderAccountDetails.class);