curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/dynamic-thing-groups/' \
--header 'Content-Type: application/json' \
--data-raw '{
"thingGroupProperties": {
"thingGroupDescription": "string",
"attributePayload": {
"attributes": {
"property1": "string",
"property2": "string"
},
"merge": true
}
},
"indexName": "string",
"queryString": "string",
"queryVersion": "string",
"tags": [
{
"Key": "string",
"Value": "string"
}
]
}'
{
"thingGroupName": "string",
"thingGroupArn": "string",
"thingGroupId": "string",
"indexName": "string",
"queryString": "string",
"queryVersion": "string"
}