All API endpoints now require valid API key authentication.
POST /api/links/create - 새 링크 생성 (write 권한)GET /api/links/{code}/stats - 링크 통계 (read 권한)GET /api/links/{code}/analytics - 상세 분석 (read 권한)GET /api/admin/stats - 전체 통계 (admin 권한)POST /api/auth/keys/create - API 키 생성 (admin 권한)GET /api/auth/keys - API 키 목록 (admin 권한)요청 헤더에 API 키를 포함해야 합니다:
X-API-Key: your-api-key-here # 또는 Authorization: Bearer your-api-key-here # 또는 쿼리 파라미터 ?api_key=your-api-key-here