{
"method": "/msg/sendPersonalCard",
"params": {
"guid": "{{guid}}",
"sharedId": "7881302799122145",
"toId": "{{toId}}"
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/sendPersonalCard",
"params": {
"guid": "{{guid}}",
"sharedId": "7881302799122145",
"toId": "{{toId}}"
}
}'{
"data": {},
"code": 0,
"msg": "string"
}