{
"token": "string",
"botUserId": "string",
"contactWxid": "string",
"roomWxid": "string"
}
curl --location --request POST '/room/addMember' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"botUserId": "string",
"contactWxid": "string",
"roomWxid": "string"
}'
{
"errcode": 0
}