요청
RequestBody
{ }
응답
Status Code
Status Code : 200 (OK)
ResponseBody
{ "bookmarkId" : 1, "title": "네이버 웹툰", "url": "https://comic.naver.com/index", "imageUrl": "imageUrl1", "category": "it", "memo": "memo", "openType": "public", "isFavorite": false, "updatedAt": "2022-01-01", "tags": [ "Spring", "React" ], "reactionCount" : { "like" : 12, "hate" : 10 }, "reaction":{ "like":true, "hate":false }, "profile": { "profileId": 1, "username": "crush", "imageUrl": "image_url", "isFollow": true } }