curl --location --request POST '/get_profile_like' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "123456789",
"start": 0,
"count": 10
}'{
"status": "ok",
"retcode": 0,
"data": {
"uid": "u_123",
"time": "1734567890",
"favoriteInfo": {
"userInfos": [],
"total_count": 10,
"last_time": 1734567890,
"today_count": 5
},
"voteInfo": {
"total_count": 100,
"new_count": 2,
"new_nearby_count": 0,
"last_visit_time": 1734567890,
"userInfos": []
}
},
"message": "",
"wording": "",
"stream": "normal-action"
}