curl --location --request GET 'https://www.nonhana-server.cn:4000/comment/comment-like-list' \
--header 'Authorization: {{token}}'
{
"result_code": 0,
"result_msg": "Lorem",
"result": [
{
"comment_id": 42
},
{
"comment_id": 78
}
]
}