{
"method": "/user/getProfile",
"params": {
"guid": ""
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/user/getProfile",
"params": {
"guid": ""
}
}'{
"code": 0,
"data": {
"acctid": "string",
"alias": "string",
"avatarUrl": "string",
"corpId": "string",
"gender": 0,
"groupId": "string",
"internationCode": "string",
"mobile": "string",
"nickname": "string",
"realName": "string",
"userId": "string"
},
"msg": "string"
}