I have a simple endpoint like so.
@POST @Consumes(MediaType.APPLICATION_JSON) public Response registerPayment(Payment payment) throws Exception { try {