I’m looking for suggestions about how to share Postman collections and environments with non-Pro users. I’d like to send an exported collection, containing a few requests each with a few tests, to other developers. I had been storing an authz token in my environment along with other values. When I wanted to send the environment settings to them as well, I realized I had better remove the authz token. I decided to give the others a global environment variable file with a “blank” for them to fill in their own authz token.
Is this a good technique or is there some better way to do this?