changePassword
import { changePassword } from "https://raw.githubusercontent.com/yourfriendoss/Monolith/main/src/routes/auth.ts";
Change the password of a user. Has to be a POST request, containing JSON data. Headers don't matter.
async function changePassword(req: Request): Promise<Response>;