How I try to automate a repetitive task of extracting a token from a string
Use case
I'm using Swagger to load mock values into a system.
To do that, I need to authenticate using a bearer token from another system that also uses swagger.
I also need to do at least one request to get the curl request that contains the token.
...
ayashir.hashnode.dev3 min read