In this post I am documenting how to reuse a token for multiple requests. The documentation varies based on your version of Postman. Please use the latest one.
Step 1: Obtain the Token
Obtain the Token using the URL.
const response = pm.response.json();
pm.globals.set(“token”, response.access_token);
Step 2: Associate Token