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