curl --request GET \
--url http://localhost:8787/v1/streams/{id}/timeline \
--header 'Authorization: Bearer <token>'[
{
"type": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"value": "<string>"
}
]curl --request GET \
--url http://localhost:8787/v1/streams/{id}/timeline \
--header 'Authorization: Bearer <token>'[
{
"type": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"value": "<string>"
}
]