action figshare_post_account_institution_review_curation_id_comments { label: "POST Institution Curation Review Comment" description: "Add a new comment to the review." provider: figshare method: POST path: "/account/institution/review/{curation_id}/comments" encoding: json input: { type: "object" required: ["text"] properties: { text: { type: "string" description: "The contents/value of the comment" } } } output: { type: "object" additionalProperties: true } }