When creating an application or API endpoint, one of the most often neglected part is validation on the request. After all, why bother adding limitations if it is already working as intended? However, neglecting this part might cause more problem down the road. We shouldn’t expect users to always submit…