action trashnothing_bookmark_post { label: "Bookmark a post" provider: trashnothing method: PUT path: "/posts/{post_id}/bookmark" encoding: json input: { type: "object" properties: { post_id: { type: "string" } } required: ["post_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }