I have an endpoint:
http://localhost/gadgets/buy_gadget/{{gadget_id}}
gadget_id is read from a (JSON) data file but the request needs to be executed a random amount of times for the same gadget_id (a store can have multiple gadgets of the same type).
How can postman do that?