curl -X POST '{backend_url}/admin/uploads' \ -H 'Authorization: Bearer {access_token}'
{ "files": [ { "id": "string", "url": "string" } ] }