This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
🎯 POSTMAN API AUTOMATION - DIRECT TOKEN USAGE WITH LOCAL ENVIRONMENT FALLBACK | |
Uses token immediately after login - No environment sync delays! | |
Features: | |
- Login as Initiator/Authorizer and use token immediately | |
- Direct token usage eliminates Postman UI sync issues | |
- 403 error handling with role switching | |
- Interactive endpoint and scenario selection |