{
"groupId": "79001234567-1587570015@g.us",
"allowParticipantsEditGroupSettings": true,
"allowParticipantsSendMessages": true
}
curl --location -g --request POST '/waInstance{{idInstance}}/updateGroupSettings/{{apiTokenInstance}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": "79001234567-1587570015@g.us",
"allowParticipantsEditGroupSettings": true,
"allowParticipantsSendMessages": true
}'
{
"updateGroupSettings": true,
"reason": ""
}