We need to use hybrid simulation as we need to forward the request without altering any values, only the query parameter has to be updated based on ID passed in URI path.
For example,
client will pass -> url/1234?version=1
SV needs to validate ID value = 1234 and if the ID matches to 1234, then change version=2 and send the request to live endpoint.