This commit introduces Swagger API documentation for all endpoints in the
application.
- Installs and .
- Configures Swagger in to generate and serve API documentation
at .
- Adds JSDoc-style Swagger annotations to all routes in and
the directory (, , ,
, , ).
- Defines a cookie-based security scheme for authenticated routes.
This allows for interactive API documentation and testing via the
endpoint.