{
"articleId": "string",
"flag": true
}
curl --location --request POST '/user/like' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"articleId": "string",
"flag": true
}'
{
"code": 0,
"data": {},
"msg": "string",
"success": true
}