## 종류 ISSUE 종류를 선택하세요 (`[ ]` 안에 `x` 표시, `[x]`) - [ ] Feature (제가 해냈습니다) ## 내용 - 카드 뷰 mock API 연결 ## 체크리스트 - [x] 카드 get 받아오기 (categoryId + search type) - [x] 필터 type - [x] 카테고리 :: /categories/:categoryId :: { type: "category", categoryId: "62cbb7d8a8c54f168a6ddfe1"} - [x] 베스트 카드 :: /cards/best :: { type: "best" } - [x] indexing - [x] all 전체 카드 :: /categories/cards :: { type: "all" } - [x] 필터 :: /categories/cards?search={type} :: { type: "filter", filters: ["남자", "상관없음"] } - [x] 필터정보 저장해야함