cURL
curl --request GET \ --url https://k-polaris.life/api/v1/users/me/bookmarked-libraries \ --header 'Authorization: Bearer <token>'
{ "items": [ { "libraryId": 1, "name": "구미시립양포도서관", "address": "경상북도 구미시 옥계북로 51" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
성공
Show child attributes