# 메소드명 # type POST # url {baseURL}/v1/library/mylist/book # 명세서 ``` { "title": string, "content" : text, (optional) "authors": [string], "publisher": string, "translators": [string], "thumbnail_url" : URL, "isbn": string, "total_page": number, "meta": raw, -> } ``` # example ``` test code ```