@akamai/openapi-ts
    Preparing search index...

    Variable postProfilePhoneNumberVerifyRequestSchemaConst

    postProfilePhoneNumberVerifyRequestSchema: ZodObject<
        {
            body: ZodOptional<ZodObject<{ otp_code: ZodString }, $strip>>;
            path: ZodOptional<ZodNever>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...