curl --location -g --request DELETE '{{baseURL}}/admin/uploads' \ --header 'Content-Type: application/json' \ --data-raw '{ "file_key": "string" }'
{ "id": "string", "object": "file", "deleted": true }