curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/v2LoggingLevel' \
--header 'Content-Type: application/json' \
--data-raw '{
"logTarget": {
"targetType": "DEFAULT",
"targetName": "string"
},
"logLevel": "DEBUG"
}'
{}