Authorization: Bearer ********************
curl --location --request PUT 'http://localhost:8080/file/8/delete/soft' \ --header 'Authorization: Bearer <token>'
{ "data": { "file_id": 0, "is_deleted": true }, "message": "string", "status": 0 }