The body of POST /auth/email/verify.

interface RESTPostAPIAuthVerifyEmailBody {
    code: string;
}

Properties

Properties

code: string

The email verification code.