Depending on the request payload, I want to be able to route the API call to another target API URL (for example to implement data-sharding). Overloading req.url in the original onrequest() does not seem to be working. Do I mis something? Is there a way to implement this manual routing?