curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/things' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateBody": "string",
"parameters": {
"property1": "string",
"property2": "string"
}
}'
{
"certificatePem": "string",
"resourceArns": {
"property1": "string",
"property2": "string"
}
}