{
"method": "/contact/searchContact",
"params": {
"guid": "",
"keyword": "1771***663"
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/contact/searchContact",
"params": {
"guid": "",
"keyword": "1771***663"
}
}'{
"code": 0,
"data": {
"searchStatus": 0,
"workUserInfo": {
"avatarUrl": "string",
"corpId": 0,
"gender": 0,
"name": "string",
"ticket": "string",
"unionId": "string",
"userId": 0
},
"wxUserInfo": {
"avatarUrl": "string",
"gender": 0,
"name": "string",
"unionId": "string",
"userId": 0
}
},
"msg": "string"
}