curl --request GET \
--url http://localhost:8787/v1/streams/{id}/colab-sessions \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"participants": [
"<string>"
]
}
]curl --request GET \
--url http://localhost:8787/v1/streams/{id}/colab-sessions \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"participants": [
"<string>"
]
}
]