Post-Postman... what did you switch to for Exploratory API testing?

I’m curious if folks have started switching away from Postman as an exploratory API testing tool due to their collections run cap, or if you are using Newman.
I’m familiar with Postman which is why I wanted to use it again for this new project, but I ran into the collections cap after one day of exploratory usage. So now looking at alternatives and/or a different usage pattern (maybe chaining requests with postman.setNextRequest; scriptable but less flexible)

I do not need collaboration features with other teammates as I’m the only tester on this. What are you all using these days for API exploration?

You might find some answers here:

Hi Renee, I am curious how did you manage to hit the limit in a day? There’s 3 of us using Postman for 2 months without hitting any limits. Granted, we only have 1 collection and some 50 tests.