{
  "service": "RiskScan Auth Service",
  "version": "1.0.0",
  "environment": "staging",
  "message": "This service is accessed through the API Gateway. Use https://api.riskscan.ai/v1/auth/* endpoints.",
  "documentation": "https://docs.riskscan.ai/api/auth",
  "availableEndpoints": [
    "POST /v1/auth/login - Authenticate with email/password",
    "POST /v1/auth/validate - Validate JWT token",
    "POST /v1/auth/validate-api-key - Validate API key",
    "GET  /v1/auth/session - Get current session info",
    "POST /v1/auth/refresh - Refresh session",
    "GET  /v1/auth/users/:id/export - Export user data (GDPR)",
    "DELETE /v1/auth/users/:id - Delete user account (GDPR)",
    "GET  /v1/auth/users/:id/consent - Get consent preferences",
    "POST /v1/auth/users/:id/consent - Update consent preferences",
    "GET  /health - Service health check"
  ]
}