curl --location --request POST 'http://127.0.0.1:3000/get_profile_like_me' \
--header 'Content-Type: application/json' \
--data-raw '{
"start": 0,
"count": 20
}'
{
"status": "ok",
"retcode": 0,
"data": {
"users": [
{
"uid": "u_KzF6I-tgzAe7l3qW1S",
"src": 66,
"latestTime": 1734883223,
"count": 10,
"giftCount": 0,
"customId": 0,
"lastCharged": 0,
"bAvailableCnt": 0,
"bTodayVotedCnt": 0,
"nick": "AI bot",
"gender": 255,
"age": 0,
"isFriend": true,
"isvip": false,
"isSvip": false,
"uin": 123123123
}
],
"nextStart": 2
},
"message": "",
"wording": ""
}