{
"botid": "string",
"wxids": [
"string"
]
}
curl --location --request POST '/createGroup' \
--header 'X-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"botid": "string",
"wxids": [
"string"
]
}'
{}