curl --location 'http://manager.wecomapi.com/wecom/finder/api' \
--header 'WECOM-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/contact/addCardContact",
"params": {
"guid": "",
"presenterId": "{{presenterId}}",
"fromRoomId": "{{fromRoomId}}",
"userId": "{{userId}}",
"verifyText": "验证消息"
}
}'{
"code": 0,
"msg": "成功",
"data": {}
}