action magick_get_users_email_email { label: "Check if email is available" provider: magick method: GET path: "/users/email/{email}" encoding: json input: { type: "object" properties: { email: { type: "string" } } required: ["email"] additionalProperties: false } output: { type: "object" additionalProperties: true } }