{
  "port": 3001,
  "routes": [
    {
      "path": "/request",
      "type": "GET",
      "response": {
        "method": "GET",
        "url": "http://localhost:3001/request"
      }
    },
    {
      "path": "/request",
      "type": "POST",
      "response": {
        "method": "POST",
        "url": "http://localhost:3001/request"
      }
    },
    {
      "path": "/request",
      "type": "PUT",
      "response": {
        "method": "PUT",
        "url": "http://localhost:3001/request"
      }
    },
    {
      "path": "/request",
      "type": "DELETE",
      "response": {
        "method": "DELETE",
        "url": "http://localhost:3001/request"
      }
    }
  ]
}
