I have come across many blogs that answers a way to read response body like below
String body = Util.toString(response.body().asReader());
Bu