Using OAuth2, I don't want to create a new access token for every every request - because an access token has several hours of lifetime so I want to reuse/share it until it expires.
Is it possible to extract/save response data (the access token) to the env file so I don't have manually:
- Find it in the response
- Copy it
- Open the env file
- Paste it