I have to usually run the following concept. 1. Login 2. Do some other requests
When I login, I receive a token that I can use in the Authorisation header in my other requests. Can I somehow grep a value from the login request, set it as value to an environment variable and then have it automatically reuse it in my other requests?