{
"method": "/contact/agreeContact",
"params": {
"guid": "{{guid}}",
"userId": "168885**********",
"corpId": "1970325032**********"
}
}curl --location --request POST 'http://manager.qiweapi.com/qiwe/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/contact/agreeContact",
"params": {
"guid": "",
"userId": "168885**********",
"corpId": "1970325032**********"
}
}'