{
"method": "/contact/updateWxWorkContact",
"params": {
"guid": "{{guid}}",
"userId": "1688**********",
"remark": "22222ffffffffxxxx",
"desc": "222222xxxxxx"
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/contact/updateWxWorkContact",
"params": {
"guid": "{{guid}}",
"userId": "1688**********",
"remark": "22222ffffffffxxxx",
"desc": "222222xxxxxx"
}
}'{
"data": {},
"code": 0,
"msg": "string"
}