curl --location --request GET '/im/friend/listFriendNotice' \
--header 'Authorization: Bearer {{token}}'{
"msg": "操作成功",
"code": 200,
"data": [
{
"userId": "406d6592e9c24ad3940ae4206d43a7f8",
"userName": "佘诗豪",
"userAccount": "ssh"
}
]
}