router.post("/register", async (ctx) => { const body = ctx.request.body({type: 'json'}) const value = await body.value console.log(value) // const username = user.value.get('username')// console.log(user.get('username'))})