(Ref: https://ocelot.readthedocs.io/en/latest/features/configuration.html). Ex:
{
"DownstreamPathTemplate": "/api/v2/rest/mix-portal/{catchALl}",
"DownstreamScheme": "https",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 5006
}
],
"UpstreamPathTemplate": "/api/v2/rest/mix-portal/{catchALl}",
"UpstreamHttpMethod": [ "Get", "Post", "Put", "Patch", "Delete" ]
}