if (data) {
            $('input[name="response"]').val(JSON.stringify(data));
            $("pre code").text(JSON.stringify(data, null, 2));
            hljs.highlightBlock($("pre code")[0]);
        }