Upload a new piece of media to the media service
/media/files/{code}
curl -L \ --request POST \ --url 'https://api.ecosuite.io//media/files/{code}' \ --header 'Content-Type: application/json' \ --data '{"contentType":"text","contentEncoding":"text","name":"text","description":"text","tags":[null]}'
{ "url": "text" }