{
"token": "string",
"botUserId": "string",
"userIds": [
"string"
],
"unionIds": [
"string"
],
"name": "string",
"greeting": "string",
"wxids": [
"string"
]
}curl --location --request POST 'https://ae-bg.ddregion.com/hub-api/room/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"botUserId": "string",
"userIds": [
"string"
],
"unionIds": [
"string"
],
"name": "string",
"greeting": "string",
"wxids": [
"string"
]
}'{}