skinUpdate
import { skinUpdate } from "https://raw.githubusercontent.com/yourfriendoss/Monolith/main/src/routes/extra.ts";
Upload a skin to the currently authenicated user. This automatically replaces any other previously loaded skin. Has to be a POST request.
async function skinUpdate(req: Request);