I am trying to send input data from a form to my nodejs endpoint. However, when I print the req.body, it returns undefined and I am not sure why.
Relevant API code: