Authorization: Bearer ********************
curl --location --request GET 'https://api.openai.com/v1/assistants?limit&order&after&before'
{ "object": "string", "data": [ { "id": "string", "object": "string", "created_at": 0, "name": "string", "description": null, "model": "string", "instructions": "string", "tools": [ "string" ], "file_ids": [ "string" ], "metadata": {} } ], "first_id": "string", "last_id": "string", "has_more": true }