Framework Mode - Token management in variables
Folder Structure
Postman Collection ├── Environments │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── Collections │ └── API_Tests.postman_collection.json ├── Scripts │ ├── pre-request-scripts │ │ └── token-refresh.js │ └── test-scripts │ └── common-tests.js └── README.md