cURL
curl --request GET \ --url https://k-polaris.life/api/v1/users/me/bookmarked-books \ --header 'Authorization: Bearer <token>'
{ "items": [ { "isbn": 9791198363510, "title": "아몬드", "author": "손원평", "coverImageUrl": "https://nl.go.kr/seoji/fu/ecip/dbfiles/CIP_FILES_TBL/2023/06/9791198363510.jpg" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
성공
Show child attributes