curl --location --request POST '/api/media/upload' \ --header 'Authorization: {{ACCESS_TOKEN}}' \ --form 'file=@""'
{ "url": "string" }