Description:
We have an API endpoint that generates a token. This token should be automatically reused in subsequent Postman requests for Bearer token authentication. The goal of this ticket is to configure Postman such that once the token is generated, it is stored and injected as a Bearer token in subsequent API requests.
Guide:
Create an environment
Make the request that generates a token
In the script section write the following code that stores the generated script in the token variable
Description: We have an API endpoint that generates a token. This token should be automatically reused in subsequent Postman requests for Bearer token authentication. The goal of this ticket is to configure Postman such that once the token is generated, it is stored and injected as a Bearer token in subsequent API requests.
Guide:
Acceptance Criteria: