Create a new media tag
/media/tags/{code}
curl -L \ --request POST \ --url 'https://api.ecosuite.io//media/tags/{code}' \ --header 'Content-Type: application/json' \ --data '{"label":"text"}'
{ "tag": { "id": "text", "code": "text", "systemGenerated": true, "label": "text", "description": "text", "s3": { "ANY_ADDITIONAL_PROPERTY": { "bucket": "text", "key": "text" } } } }