GET
/
Service home page
GET
/health
Health check endpoint
GET
/metrics
Prometheus metrics (text format)
GET
/metrics/json
Metrics in JSON format
GET
/metrics/health
Health metrics endpoint
GET
/api
Swagger API documentation
POST
/api/auth/register
Register new user
POST
/api/auth/login
User login
POST
/api/auth/refresh
Refresh authentication token
POST
/api/auth/logout
User logout
POST
/api/auth/validate-token
Validate authentication token
POST
/identity/users
Create new user
PUT
/identity/users/:id
Update existing user
DELETE
/identity/users/:id
Delete user