I am calling an api where the url needs to have a ID at the end of it.
https://example.com/getuser/{userid}
So , I am getting the userid as an input.
Now, I am using the external api to call the above url, but I cannot add the input variable at the end of the url.
How to add a variable at the end of a URL string in External api
1 reply