curl --location --request GET 'https://www.nonhana-server.cn:4000/article/get-bookmark?user_id=' \
--header 'Authorization: {{token}}'{
"result_code": 0,
"result_msg": "minim elit ipsum dolor",
"result": [
{
"bookmark_id": 30,
"user_id": 70,
"article_id": 3,
"topHeight": "elit amet est magna"
},
{
"bookmark_id": 41,
"user_id": 20,
"article_id": 77,
"topHeight": "tempor et sed consectetur nulla"
}
]
}