curl --location --globoff 'https://api.green-api.com/waInstance/updateGroupSettings/' \
--header 'Content-Type: application/json' \
--data '{
"chatId": -10000000000000,
"allowParticipantsSendMessages": true,
"allowParticipantsSendMedia": true,
"allowParticipantsSendPolls": false,
"allowParticipantsSendOtherMessages": true,
"allowParticipantsAddWebPagePreviews": true,
"allowParticipantsEditGroupSettings": false,
"allowParticipantsAddMembers": true,
"allowParticipantsPinMessages": false
}'{
"updateGroupSettings": true
}