Authorization: Bearer ********************
curl --location 'https://api.openai.com/v1/files/' \ --header 'Authorization: Bearer <token>'
{ "id": "file-abc123", "object": "file", "bytes": 120000, "created_at": 1677610602, "filename": "mydata.jsonl", "purpose": "fine-tune", }