ApiV1WorkspacesSlugPostsPostidComments
/v1/workspaces/{slug}/posts/{postId}/comments
curl -X GET "https://example.com/v1/workspaces/acme/posts/post_01h455vb4pex5vsknk084sn02q/comments"{ "items": [ { "id": "string", "postId": "string", "parentId": "string", "content": "string", "isTeamMember": true, "isPrivate": true, "createdAt": "string" } ]}{ "error": "string"}