How to get currently active leases

The vault api documentation uses the LIST method when getting the list of leases, but the method is not a standard HTTP method. I would like to debug that breakpoint in POSTMAN, how can I do it?

I believe you can add a ?list=true to the end of the path using a standard GET method to perform the list operation.

What is the problem with postman ??

image

The method is effective, thanks!