{ "ReverseProxy": { "Routes": { "auth-login": { "ClusterId": "auth-hub", "Match": { "Path": "/api/auth", "Methods": [ "POST" ] }, "Transforms": [ { "PathSet": "/api/auth/sign-flow" } ] } }, "Clusters": { "auth-hub": { "Destinations": { "primary": { "Address": "http://172.24.12.39:9090" } } } } } }