(01)Install Postman
Linux
1sudo snap install postman2# Or: flatpak install flathub com.getpostman.PostmanAPI testing, collections, and automation for REST and GraphQL
What is this?
Postman tests REST and GraphQL APIs — send requests, save collections, and automate with Newman.
Step 01
1sudo snap install postman2# Or: flatpak install flathub com.getpostman.PostmanStep 02
1# Create environment variables in Postman UI2# Run collection with Newman (CLI):3npm install -g newman4newman run collection.json -e environment.jsonStep 03
1newman --version2curl --versionStep 04
1# Postman Settings → turn off SSL verification (dev only)2# Or add CA cert under Settings → Certificates