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