curl --location --request GET 'http://127.0.0.1:3000/get_profile_like?start=0&count=20'
{
"status": "ok",
"retcode": 0,
"data": {
"users": [
{
"uid": "u_WuwZOz_Hdk4HBUlSGw",
"src": 71,
"latestTime": 1735032386,
"count": 1,
"giftCount": 0,
"customId": 2721,
"lastCharged": 0,
"bAvailableCnt": 0,
"bTodayVotedCnt": 1,
"nick": "xxx",
"gender": 1,
"age": 27,
"isFriend": false,
"isvip": true,
"isSvip": true,
"uin": 1123123
}
],
"nextStart": 1
},
"message": "",
"wording": ""
}