Reuse Postman Request

I want to reuse a entire postman request in one folder to another folder without pm.sendRequest/pm.execution.setNextRequest() which is like keeping repeated script in a common method and will be called where required in JAVA.

Want to resuse a request via javascript.pm.sendRequest is increasing complex in maintaining scripts.
don’t want to use in our projects

Thanks in advance