Authorization: Bearer ********************{
"user_id": 0,
"times": 1
}curl --location --request POST 'https://shbot-api.wzstack.com/send_like' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"times": 1
}'{
"status": "failed",
"retcode": 200,
"data": null,
"message": "点赞失败 今日同一好友点赞数已达 SVIP 上限",
"wording": "点赞失败 今日同一好友点赞数已达 SVIP 上限",
"echo": null
}