curl --location --request POST 'http://127.0.0.1:3000/send_like' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"times": 0
}'
{
"status": "failed",
"retcode": 200,
"data": null,
"message": "点赞失败 今日同一好友点赞数已达 SVIP 上限",
"wording": "点赞失败 今日同一好友点赞数已达 SVIP 上限",
"echo": null
}