{
"token": "string",
"wecomChatId": "string",
"externalUserId": "string",
"remark": "string",
"helloMsg": "string",
"extraInfo": "string",
"wecomUserId": "string"
}
curl --location --request POST '/addFriend/room/sendByWecom' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"wecomChatId": "string",
"externalUserId": "string",
"remark": "string",
"helloMsg": "string",
"extraInfo": "string",
"wecomUserId": "string"
}'
{
"code": 0
}