Get a project by ID. No authorization is required.
curl --request GET \ --url https://productlane.com/api/v1/projects/{workspaceId}/{projectId}
{ "id": "<string>", "name": "<string>", "description": "<string>", "color": "<string>", "createdAt": "2023-11-07T05:31:56Z", "icon": "<string>", "linearProjectId": "<string>", "linearTeamIds": [ "<string>" ], "progress": 123, "sortOrder": 123, "state": "<string>", "upvotes": 123, "importanceScore": 123 }