Fetch any given workspace with an ID. No authentication is required.
curl --request GET \ --url https://productlane.com/api/v1/workspaces/{id}
{ "workspace": "<any>", "latestChangelog": "<any>" }