Is there anyway to handle getParsedBody on empty or null?
I’m only passing {"firstname: “test”} to my api, so the middlename and lastname will get an error because there is no such thing as middlename and lastname in my request. How to handle this kind of situation? Thank you.