curl --location --request POST '/get_recent_contact' \
--header 'Content-Type: application/json' \
--data-raw '{
"count": 10
}'{
"status": "ok",
"retcode": 0,
"data": [
{
"peerUin": "123456",
"peerName": "测试",
"msgTime": "1734567890",
"msgId": "12345",
"lastestMsg": {}
}
],
"message": "",
"wording": "",
"stream": "normal-action"
}