{
"method": "/contact/addCardContact",
"params": {
"guid": "{{guid}}",
"presenterId": "16888523**********",
"fromRoomId": "1079271**********",
"userId": "168885**********",
"verifyText": "ffffffffxxxxx111111"
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/contact/addCardContact",
"params": {
"guid": "{{guid}}",
"presenterId": "16888523**********",
"fromRoomId": "1079271**********",
"userId": "168885**********",
"verifyText": "ffffffffxxxxx111111"
}
}'{
"data": {},
"code": 0,
"msg": "string"
}