- What if the path is dynamic (Url.Path)? Like /{path}/ instead of /product/?
- How to handle GET, PUT, DELETE and UPDATE? (REST API)
My main question is about avoiding static path. I have over 600 endpoints, Static endpoints (paths) may be hard to manage.