I'm getting token from a request and I'm saving it as environment variable and would like to use it in every other request as then I don't have to manually change it. But the requests want "x-auth-token" header in the request but my token is going under Authorization header.
All the best! Thanks!