Get a changelog by ID. No authorization is required.
curl --request GET \ --url https://productlane.com/api/v1/changelogs/{workspaceId}/{changelogId}
{ "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "isDeleted": true, "version": 123, "date": "2023-11-07T05:31:56Z", "published": true, "title": "<string>", "notes": "<any>", "archived": true, "imageUrl": "<string>", "projectId": "<string>", "workspaceId": "<string>" }