Allow Variable Overriding in Request Chaining

Feature Request
Currently, request chaining does not allow overriding variables in the chained request.
Example: I generate a JWT in one request and call it from another. Both require userId. If I change userId, I must update it in both places.
We can allow overriding variables when calling a chained request.
Here I’m talking in context of where multiple requests calling the JWT generate request.