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