The body of POST /auth/reset-password.

interface RESTPostAPIAuthResetPasswordBody {
    email: string;
}

Properties

Properties

email: string

The user's email.