cURL
curl --request POST \ --url https://api.example.com/api/ai/threads/{thread_id}/runs/stream \ --header 'Authorization: Bearer <token>' \ --header 'last-event-id: <last-event-id>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>