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