curl --location --request GET '/files'
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"filename": "string",
"filepath": "string",
"size": "string",
"contents": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"document_id": "string",
"content": "string",
"type": "string"
}
]
}
]