{ "articleId": 0 }
curl --location --request POST '/api/article/cancelCollect' \ --header 'Content-Type: application/json' \ --data-raw '{ "articleId": 0 }'
{ "code": 200, "msg": "成功", "data": [] }