import { Users } from "https://deno.land/x/appwrite@12.1.0/mod.ts";
Create user with Scrypt password
Create a new user. Password provided must be hashed with the Scrypt algorithm. Use the POST /users endpoint to create users with a plain text password.
Returns
Promise<Models.User<Preferences>>