how to run postman collections when the calls need different variables code example
Example: postman environment variables
pm.environment.set("variable_key", "variable_value");
pm.environment.set("variable_key", "variable_value");