in frontend/utils.js [51:53]
export async function authPatch(url, data) { return authPost(url, data, true); }