{
"keyword": "李佳琦",
"page": "1"
}curl --location 'https://redfox.hk/story/api/xhs/ability/searchUser' \
--header 'REDFOX_API_KEY: ak_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"keyword": "李佳琦",
"page": "1"
}' "userList": [ // 用户列表
{
"desc": "小红书号:1145434099", // 描述(格式:小红书号:xxx)
"followed": false, // 是否已关注
"id": "607ba90e0000000001003661", // 用户ID(小红书内部ID)
"image": "https://sns-avatar-qc.xhscdn.com/avatar/6182434c4f10c3ee3144c16c.jpg?imageView2/2/w/360/format/webp", // 头像URL
"link": "xhsdiscover://1/user/user.607ba90e0000000001003661", // 链接(小红书App内跳转协议)
"name": "李佳琦", // 昵称
"reason": "", // 推荐理由(为空表示无特殊推荐)
"redId": "1145434099", // 小红书号
"redOfficialVerified": false, // 是否官方认证
"redOfficialVerifyType": 0, // 官方认证类型(0=未认证)
"self": false, // 是否本人(当前登录用户)
"showRedOfficialVerifyIcon": false, // 是否显示官方认证图标
"subTitle": "粉丝 3" // 副标题(如粉丝数,含单位)
}]