Authorization: Bearer ********************
curl --location --request GET 'https://api.openai.com/v1/threads' \ --header 'OpenAI-Beta: assistants=v1' \ --header 'Authorization: Bearer <token>'
{ "id": "thread_abc123", "object": "thread", "created_at": 1699012949, "metadata": {} }