{
"articleId": "string"
}
curl --location --request POST '43.139.194.209:8088/article/top' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"articleId": "string"
}'
{
"code": 50001,
"msg": "不是文章的所有者"
}