{ "request": { "method": "GET", "urlPath": "/pricelist/departments" }, "response": { "status": 200, "headers": { "Content-Type": "application/json" }, "jsonBody": { "data": [ { "id": 10, "name": "Test Department", "viewInWeb": 1, "schCount": 5 } ] } } }