/*
if you are using multipart/form-data or
require a file upload from frontend you will need a multer as middleware
for your post/patch requests,
otherwise you can set your frontend to send application/json
*/
<form action="/" method="POST"enctype="application/json">