here is my api i.e https://twelve-data1.p.rapidapi.com/time_series?symbol=AMZN&&interval=1day
and i wanted to pass value of symbol and interval using local variable ?
In the query string add curly braces for your variables. like this
symbol={Symbol}&interval={Interval}
This will create input parameters once you click on Finish.