{
"content": "Hello World",
"groupId": "@TGS#2C5SZEAEF",
"toMembersAccount": [
"peter",
"leckie"
],
"topicId": "string"
}curl --location --request POST '/im/group/send_group_system_notification' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "Hello World",
"groupId": "@TGS#2C5SZEAEF",
"toMembersAccount": [
"peter",
"leckie"
],
"topicId": "string"
}'{
"code": 0,
"message": "string",
"result": {
"actionStatus": "string",
"errorCode": 0,
"errorInfo": "string"
},
"success": true,
"timestamp": 0
}