요청 쿼리 파라미터
?page=?&size=?&order=?&category=?&searchTitle=?&follow=?
default : follow - false
요청
RequestBody
{ }
응답
Status Code
Status Code : 200 (OK)
ResponseBody
{ "totalCount" : 100, "bookmarks": [ { "id": 1, "title": "네이버 웹툰", "url": "https://comic.naver.com/index", "openType": "all", "category": "IT", "updatedAt": "2022-01-01", "imageUrl": "imageUrl1", "likeCount": 12 "isFavorite": false, "isWriter" : true, "tags": [ "Spring", "React" ], "profile": { "profileId": 1, "imageUrl": "image_url", "username": "crush", "isFollow" : true } }, { "id": 2, "title": "다음 웹툰", "url": "https://comic.daum.com/index", "openType": "public", "category": "all", "updatedAt": "2022-01-01", "imageUrl": "imageUrl2", "likeCount": 12 "isFavorite": false, "isWriter" : false, "tags": [ "Spring", "React" ], "profile": { "profileId": 1, "imageUrl": "image_url", "username": "crush" "isFollow" : true } } ] }

내꺼는 안 보여주기로 했었나?