I need to run another request before running my current one.
The reason I need to do this is because the other request creates a token using an API key. I then set the token in an environment variable to authenticate the method I'm trying to run.
Example