import { Account } from "https://deno.land/x/appwrite@12.1.0/mod.ts";
Create phone verification
Use this endpoint to send a verification SMS to the currently logged in user. This endpoint is meant for use after updating a user's phone number using the accountUpdatePhone endpoint. Learn more about how to complete the verification process. The verification code sent to the user's phone number is valid for 15 minutes.
Returns
Promise<Models.Token>