action brainbi_logout { label: "Logout" description: "Once you are done, call this endpoint to lock your account!" provider: brainbi method: POST path: "/api/logout" encoding: json input: { type: "object" properties: { email: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }