action trashnothing_report_post { label: "Report a post" description: "Reports a post to be reviewed by the moderators." provider: trashnothing method: POST path: "/posts/{post_id}/report" encoding: json input: { type: "object" properties: { post_id: { type: "string" } } required: ["post_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }