{
"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"
}'{
"code": 0,
"message": "string"
}