curl --location -g --request PATCH 'https://api.iotwireless.{region}.amazonaws.com/event-configurations' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventConfigurations": {
"property1": {
"Enabled": true
}
}
}'
{}