I’m facing a similar problem. The only difference is that after around 1 minute I can call once again my API endpoint and this time it’s sending the correct response.
I guess there is some cache issue somewhere, but I can’t manage to find any other setting in Postman that could triggers it. This problem occured after I updated to Postman 8, I never faced this problem before.
Are you experiencing the same issue, or your answer is never updated, even if called once again a few minutes later ?
I’ve enabled the no-cache header thinking that would solve it but that didn’t.
My answer/response is never updated even after 20 minutes.
The only way I can see changes is using my web browser and build everything for GET requests because I can’t test POST/PUT/DELETE request because of this issue