Authorization: Bearer ********************{
"keywords": "png"
}curl --location --request POST 'http://localhost:8080/file/search' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keywords": "png"
}'{
"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
}