action reverb_post_listings_id_offer { label: "Make an offer to the seller of a listing" description: "Make an offer to the seller of a listing" provider: reverb method: POST path: "/listings/{id}/offer" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }