action reverb_get_wants { label: "A list of wanted items by the user" description: "A list of wanted items by the user" provider: reverb method: GET path: "/wants" encoding: json output: { type: "object" additionalProperties: true } }