lol the facepalm mistakes? Not using `body-parser` (or `express.json()`) and then wondering why req.body is empty.
Also, always validate input with something like `joi`—trust me, it’ll save you headaches later.
Also, always validate input with something like `joi`—trust me, it’ll save you headaches later.
