github.com/hellofresh/janus@v0.0.0-20230925145208-ce8de8183c67/examples/plugin-cb/stubs/service.json (about)

     1  {
     2    "request": {
     3      "method": "GET",
     4      "url": "/"
     5    },
     6    "response": {
     7      "status": 200,
     8      "jsonBody": {"message":"Hello World!"},
     9      "headers": {
    10          "Content-Type": "application/json"
    11      }
    12    }
    13  }