curl --location -g --request PATCH '/groups/{{LAST_CREATED_GROUP_ID}}' \
--header 'Accept: application/json' \
--header 'Authorization: {{LATEST_INSTANCE_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"setting": "send_message",
"policy": "admin"
}'{}