curl --location --request GET 'https://api.openai.com/v1/files _' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'{
"data": [
{
"id": "string",
"object": "string",
"bytes": 0,
"created_at": 0,
"filename": "string",
"purpose": "string"
}
],
"object": "string"
}