{
"userIds": [
"string"
]
}curl --location --request POST '/imGroup/createGroup' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
"string"
]
}'{
"message": "Success",
"status": 1,
"data": true,
"code": null,
"msg": null,
"token": null
}