{
"appId": "string",
"chatroomId": "string",
"scene": 2,
"v3": "V3_xxxxxx",
"v4": "V4_xxxxxx",
"verifyContent": "hello"
}curl --location 'https://api.wekeapi.com/api/v1/contact/addContact' \
--header 'X-Access-Token;' \
--header 'Content-Type: application/json' \
--data '{
"appId": "string",
"chatroomId": "string",
"scene": 2,
"v3": "V3_xxxxxx",
"v4": "V4_xxxxxx",
"verifyContent": "hello"
}'{
"code": 0,
"data": {
"username": "string"
},
"message": "OK"
}