기타 API템플릿 API이 페이지에서템플릿 API GET /api/templates 사용 가능한 문서 템플릿 목록을 조회합니다. 응답 interface TemplatesResponse { templates: { name: string; description: string; path: string; fileName: string; }[];}