{
"groupId": "@TGS#2J4SZEAEL",
"memberList": [
{
"memberAccount": "tommy"
}
],
"silence": 1,
"topicId": "string"
}curl --location --request POST '/im/group/add-group-members-old' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": "@TGS#2J4SZEAEL",
"memberList": [
{
"memberAccount": "tommy"
}
],
"silence": 1,
"topicId": "string"
}'{
"code": 0,
"message": "string",
"result": {
"actionStatus": "OK",
"errorCode": 0,
"errorInfo": "string",
"memberList": [
{
"memberAccount": "tommy",
"result": 1
}
]
},
"success": true,
"timestamp": 0
}