curl --location --request GET 'https://enterprise-api.writer.com/llm/organization//file' \
--header 'Authorization;'
{
"files": [
{
"id": "string",
"name": "string",
"size": 0,
"numberOfSamples": 0,
"format": "string",
"createdAt": "2024-02-01T06:08:07.362Z"
}
]
}