Authorization: ********************{
"aid": 123456
}curl --location '/api/v1/archive/article/like' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"aid": 123456
}'{
"code": 0,
"data": null,
"msg": "string"
}