Authorization: Bearer ********************curl --location --request GET 'http://localhost:8080/file/bin' \
--header 'Authorization: Bearer <token>'{
"data": {
"files": [
{
"id": 0,
"user_id": 0,
"name": "string",
"filename": "string",
"path": "string",
"size": 0,
"hash": "string",
"mime_type": "string",
"ext": "string",
"is_starred": true,
"is_deleted": true,
"is_dir": true,
"parent_id": null,
"is_shared": true,
"created_at": "string"
}
],
"total": 0
},
"message": "string",
"status": 0
}