github.com/hellofresh/janus@v0.0.0-20230925145208-ce8de8183c67/assets/stubs/upstreams/error.json (about)

     1  {
     2    "request": {
     3      "method": "GET",
     4      "url": "/error"
     5    },
     6    "response": {
     7      "status": 500,
     8      "jsonBody": {"message":"An unexpected error has occurred"},
     9      "headers": {
    10          "Content-Type": "application/json"
    11      }
    12    }
    13  }