curl --location --request GET 'https://www.nonhana-server.cn:4000/user/get-collected-articles?user_id=' \
--header 'Authorization: {{token}}'{
"result_code": 0,
"result_msg": "pariatur",
"result": [
{
"article_id": 28,
"user_id": 35,
"createdAt": "1981-10-13 11:55:31"
}
]
}