How can we inherit authentication from a parent in workflow?
In Postman, we have created three API variables in the environment. These variables are used in both GET and POST requests, with the authorization set to Inherit auth from parent.
How can we achieve the same Inherit auth from parent behavior within the workflow? I tried adding the authorization directly in the headers, but it did not work.