action id4i_verify_user_registration { label: "Verify registration" description: "Verifies a new user registration." provider: id4i method: POST path: "/account/verification" encoding: json input: { type: "object" required: ["token"] properties: { token: { type: "string" } } } output: { type: "object" additionalProperties: true } }