rozod
    Preparing search index...

    Variable postRevertAccountConst Api Param

    postRevertAccount: EndpointGeneric<
        {},
        {
            accountBlob: string;
            identityVerificationLoginTicket: string;
            isBanned: boolean;
            passkeyRegistrationSucceeded: boolean;
            recoveryEmail: string;
            shouldUpdateEmail: boolean;
            twoStepVerificationData: {
                mediaType: 0
                | 1
                | 2
                | 3
                | 4
                | 5
                | 6
                | 7;
                ticket: string;
            };
            user: { displayName: string; id: number; name: string };
        },
        {
            NewPassword: string;
            NewPasswordRepeated: string;
            Ticket: string;
            TwoStepVerificationChallengeId: string;
            TwoStepVerificationToken: string;
            UserId: number;
        },
    > = ...

    POST https://auth.roblox.com/v2/revert/account Submit Revert Account Request body The Roblox.Authentication.Api.Models.RevertAccountSubmitRequest containing the necessary information to revert account.