I am running three requests in my Postman collection. I want to delay the execution of the third request by 3 minutes after running the second request. How can I achieve this?
Reason for the 3-minute delay:
In my system, a process runs automatically every 3 minutes. I am adding a domain using an API call, and it gets added with a ‘Pending’ status. The process I mentioned earlier cannot be triggered manually via Postman; it runs automatically. After this process runs, the domain status changes to ‘In Progress.’ I use the third API request to verify that the status has been updated.