Authorization: Bearer ********************curl --location --request GET 'https://future-api.vodeshop.com/v1/files _' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"object": "string",
"bytes": 0,
"created_at": 0,
"filename": "string",
"purpose": "string"
}
],
"object": "string"
}