curl --location -g --request GET 'https://api.iotwireless.{region}.amazonaws.com/thing-groups/'
{
"thingGroupName": "string",
"thingGroupId": "string",
"thingGroupArn": "string",
"version": 0,
"thingGroupProperties": {
"thingGroupDescription": "string",
"attributePayload": {
"attributes": {
"property1": "string",
"property2": "string"
},
"merge": true
}
},
"thingGroupMetadata": {
"parentGroupName": "string",
"rootToParentThingGroups": [],
"creationDate": "string"
},
"indexName": "string",
"queryString": "string",
"queryVersion": "string",
"status": "ACTIVE"
}