action visagecloud_login_with_email_using_post { label: "Get account information including accessKey and secretKey by email and password" provider: visagecloud method: POST path: "/rest/v1.1/account/login" encoding: json input: { type: "object" properties: { email: { type: "string" } password: { type: "string" } } required: ["email", "password"] additionalProperties: false } output: { type: "object" additionalProperties: true } }