I have a task to defile 3 different proxies for next URLs
/v2/{site}/users/{userId}/items
/v2/{site}/users/{userId}/items/{itemId}
/v2/{site}/users/{userId}/items/{itemId}/elements
I'm able to use wildcard mapping to define the proxy endpoint, but could not find the way, how can I get parameters {userId}, {site}, {itemId} from the URL to build proper targetUrl which differs a bit.
Could you please suggest some best practices, how can we reach this using Microgateway?