[
    {
    "predicate":"Paths:[/test/**], match trailing slash:true", 
    "route_id":"test",
    "filters":[
        "[[RewritePath /test(?<path>,*) = '/${path}'], order = 0]" 
    ],
    "uri":"https://www.google.com:443", 
    "order":0
    },
    {
    "predicate":"Paths: [/get/**], match trailing slash: true", 
    "route_id":"get",
    "filters":[
        "[[AddRequestHeader X-Gateway-Test= 'Foo'], order = 0]"
    ],
    "uri":"https://hoangnx.free.beeceptor.com:443", 
    "order":0
    },
    {
    "predicate":"Paths:[/exec/**], match trailing slash: true", 
    "route_id":"exec",
    "filters":[
        "[[ModifyRequestBody Content type = [null], In class =String, Out class = String], order = 0]" 
    ],
    "uri":"https://httpbin.org:443", 
    "order":0
    }
]
