Postman folders and method descriptions?

Is there any way to tell the Postman feature to group methods for a given service within a folder? Right now, when importing into Postman it puts all methods in the root imported folder. It would be nice to instead of displaying the actual method names, to show descriptions instead:

Service API
    Customer
        [GET] Get customer by Id
        [POST] Create new customer

etc…

The description could be handled by an attribute on the method name in the code.

It seems all of the above is possible on the Postman side as this is what importing from a service like Auth0 does.

No, PostmanFeature has almost no customization just what’s on the PostmanFeature Plugin class.

You can propose Feature Requests on UserVoice.