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