curl --location -g --request POST 'http://lambda.{region}.amazonaws.com/2017-03-31/tags/' \ --header 'Content-Type: application/json' \ --data-raw '{ "Tags": { "property1": "string", "property2": "string" } }'
{}