curl --location -g --request PUT 'https://api.iotwireless.{region}.amazonaws.com/thing-groups/updateThingGroupsForThing' \
--header 'Content-Type: application/json' \
--data-raw '{
"thingName": "string",
"thingGroupsToAdd": [
"string"
],
"thingGroupsToRemove": [
"string"
],
"overrideDynamicGroups": true
}'
{}