curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/thing-types/' \
--header 'Content-Type: application/json' \
--data-raw '{
"thingTypeProperties": {
"thingTypeDescription": "string",
"searchableAttributes": []
},
"tags": [
{
"Key": "string",
"Value": "string"
}
]
}'
{
"thingTypeName": "string",
"thingTypeArn": "string",
"thingTypeId": "string"
}