How to prevent serialization by Postman’s Runner?
I want to loop over a JSON array of objects and use each object directly as body, and send it as it is.
How do I run a single request at the end of a postman collection run
TLDR: Does postman have an equivalent of k6’s teardown
?
How to send list of values and invoke multiple requests from Postman
I want to execute a Get request with different parameter values