curl --location --globoff 'https://api.iotwireless.{region}.amazonaws.com/tags?resourceArn=' \
--header 'Content-Type: application/json' \
--data '{
"Tags": [
{
"Key": "string",
"Value": "string"
}
]
}'{}