curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/thing-groups/' \
--header 'Content-Type: application/json' \
--data-raw ''{
"thingGroupName": "string",
"thingGroupArn": "string",
"thingGroupId": "string"
}