{
  "name": "Survey Auth API",
  "version": "1.2.0",
  "endpoints": {
    "GET /health": "Health check",
    "POST /api/auth/register": "Register new user",
    "POST /api/auth/register/company": "Register company with tenant",
    "POST /api/auth/register/workforce": "Register workforce profile",
    "POST /api/auth/login": "Login",
    "POST /api/auth/refresh": "Refresh tokens",
    "POST /api/auth/logout": "Logout (requires auth)",
    "GET /api/auth/me": "Get current user (requires auth)",
    "GET /api/auth/verify?token=": "Verify email",
    "POST /api/auth/resend-verify": "Resend verification email",
    "POST /api/auth/password-reset/request": "Request password reset",
    "POST /api/auth/password-reset/confirm": "Confirm password reset"
  }
}