{ "/": { "methods": [ "GET" ], "query": { "type": "string", "values": [ "js", "md", "ejs", "hbs", "pug", "jsx", "tsx", "html", "string" ] }, "subPaths": [ "/robots.txt", "/favicon.ico", "/styles.css" ] }, "/all": { "methods": [ "GET", "POST", "PATCH", "DELETE", "OPTIONS" ] }, "/console": { "methods": [ "GET" ], "body": { "userJwtToken": "string" } }, "/dump": { "methods": [ "GET" ] }, "/empty": { "methods": [ "GET" ] }, "/health": { "methods": [ "GET" ] }, "/ping": { "methods": [ "GET" ] }, "/pong": { "methods": [ "POST" ] }, "/binary": { "methods": [ "POST" ] }, "/redirect": { "methods": [ "GET" ], "query": { "redirect_url": "string" } }, "/users/:id/:transaction": { "methods": [ "GET" ], "params": { "id": "string", "transaction": "string" } }, "/versions": { "methods": [ "GET" ] } }