String json = IOUtils.toString(result.getEntity().getContent());
String json = IOUtils.toString(result.getEntity().getContent(), "UTF-8");
로그인 후 답글을 남길 수 있습니다.