My goal: I have a REST API Resource i am using to hit against my service. I am currently creating a Module where you can select an instance_id of sorts, which I am looking to add a header to the Resource. An example of this would be the header X-Instance-Id: <your_instance_id_hash>. I know I can add it dynamically with the following UI:
Hi @Kelwen_Peng,
What type of resource are you working with? Some of them may be able to have variables added to the URL being called via a wildcard.
But for some resources you will need to manually add in an additional query parameter for instance-Id
