I know this has already answered in How to get to request parameters in Postman?
with pm.request.url.getQueryString()
but it also returns the query parameters that's disabled (unchecked, not used)
I want the real query string that's actually sent with the requests, not all query parameters that I put on postman.
Thank you