{
"keywords": "string",
"current": 0,
"size": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/message/app/friend/myMessageFriendPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"keywords": "string",
"current": 0,
"size": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"records": [
{
"userId": 0,
"nickname": "string",
"avatar": "string"
}
],
"total": 0,
"size": 0,
"current": 0
}
}