```{ "request": { "method": "GET", "urlP...
# general
m
Copy code
{
  "request": {
    "method": "GET",
    "urlPath": "/example"
  },
  "response": {
    "status": 200,
    "transformers": [
      "response-template"
    ],
    "bodyFileName": "test.json",
    "headers": {
      "Content-Type": "application/json",
      "correctionID": "1"
    }
  }
}