curl --request POST \
--url https://{server-url}/group/updateSetting/{instance} \
--header 'Content-Type: application/json' \
--data '{
"action": "not_announcement"
}'
"<any>"
curl --request POST \
--url https://{server-url}/group/updateSetting/{instance} \
--header 'Content-Type: application/json' \
--data '{
"action": "not_announcement"
}'
"<any>"
"{{groupJid}}"
Successful response
The response is of type any
.