{
"botUserId": "mayunfei@juzi.bot",
"greeting": "欢迎语",
"name": "群名称",
"wxids": [
"7881300206090943",
"7881200202090956"
],
"token": "65bf86d63fadb2bfbb6a6124"
}curl --location --request POST '/room/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"botUserId": "mayunfei@juzi.bot",
"greeting": "欢迎语",
"name": "群名称",
"wxids": [
"7881300206090943",
"7881200202090956"
],
"token": "65bf86d63fadb2bfbb6a6124"
}'{
"code": "0",
"data": {
"roomWxid": "R:10950144897607965",
"chatId": "661e1880bd25acec2f86ee54"
}
}