Authorization: Bearer ********************
curl --location 'https://api.openai.com/v1/threads//messages//files/' \ --header 'Authorization: Bearer <token>'
{ "id": "file-abc123", "object": "thread.message.file", "created_at": 1699061776, "message_id": "msg_abc123" }