this.params.key
this
keywordQuery.run(params)
within the query. We'll use the Postman Echo API, which will echo our request. We'll pass it { phrase: "hello, world!" }
, and then receive it back as a response:{{this.params.key}}
within your query to access any params you passed within the .run(params)
function.