[Res]How to add a variable and a value to a request?
I wish to send a request which contains a static value (number 3) and a variable (userID of request) in the request. How can i concat (join) the 2 values? The attempts below do not work. <locati...