URL: [[= item.request.url ]]
Request
[[= JSON.stringify(item.request.data, null, 4) ]]
Response
[[ if (item.response) { ]]
[[= JSON.stringify(item.response.data, null, 4) ]]
[[ } ]]