github.com/hellofresh/janus@v0.0.0-20230925145208-ce8de8183c67/examples/plugin-cb/stubs/status.json (about) 1 { 2 "request": { 3 "method": "GET", 4 "url": "/status" 5 }, 6 "response": { 7 "status": 200, 8 "jsonBody": {"message":"All up and running"}, 9 "headers": { 10 "Content-Type": "application/json" 11 } 12 } 13 }