rozod
    Preparing search index...

    Variable postUsersUseridChallengesSmsSendCodeConst Api Param

    postUsersUseridChallengesSmsSendCode: EndpointGeneric<
        { userId: number },
        Record<string, never>,
        {
            actionType:
                | "Unknown"
                | "Login"
                | "RobuxSpend"
                | "ItemTrade"
                | "Resale"
                | "PasswordReset"
                | "RevertAccount"
                | "Generic"
                | "GenericWithRecoveryCodes";
            challengeId: string;
        },
    > = ...

    POST https://twostepverification.roblox.com/v1/users/:userId/challenges/sms/send-code Sends a two step verification code via SMS for the specified user. body The request body.Roblox.TwoStepVerification.Api.SendCodeRequest. userId The user ID.