action trashnothing_reply_to_post { label: "Reply to a post" description: "Send a reply to a post from the current user to the post author." provider: trashnothing method: POST path: "/posts/{post_id}/reply" encoding: json input: { type: "object" properties: { post_id: { type: "string" } } required: ["post_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }