For the Create Phone Verification method it said that.
Use this endpoint to send a verification SMS to the currently logged in user
Ref: https://appwrite.io/docs/references/cloud/server-nodejs/account#createPhoneVerification
But in server side, how to create session then? As if, there is a create session on server side. So i confuse that how to create phone verification in server side.
The Account service allows you to authenticate and manage a user account. You can use the account service to update user information, retrieve the user sessions across different devices, and fetch the user security logs with his or her recent activity.
Register new user accounts with the [Create Account](/docs/references/cloud/client-web/accoun...