I have a JSON file containing two payloads for different endpoints: one for POST and the other for PUT requests. When I run the JSON file through the collection runner, I encounter an issue.
If I set the iteration to 2, it results in duplicate data being created in the database. On the other hand, if I set the iteration to 1, only the first request is sent.