ApiV1WorkspacesSlugChangelogs
/v1/workspaces/{slug}/changelogs
curl -X GET "https://example.com/v1/workspaces/acme/changelogs"{ "items": [ { "id": "string", "title": "string", "slug": "string", "content": "string", "publishedAt": "string", "postIds": [ "string" ], "createdAt": "string" } ]}