Modify request & response captured via proxy

How to I modify the request & response captured in postman proxy before sending the data to the destination?

I tried using pre-request-script on the collection where Iā€™m dumping the captured requests & responses but that seems to trigger only when the request is executed/originated by postman client itself. However, in my case, the request is originated by the app on my mobile device and postman is acting as a proxy.

The other proxy tools, e.g. Charles Proxy, allows us to modify request/response via multiple ways e.g. using breakpoints.

Please help.

Does anybody know how to tweak the response before sending it to the client?
It`s strange that Postman allows to catch the requests and responses but does not allow to change the response on the fly at all.