When I try to validate the user it does not work.‘Validate register input’ does not helps me to validate the user. The payload and output from Postman are:

Also, When I try
console.log(req.body);
inside the post request the output is:

Here is my complete code link : https://codesandbox.io/s/github/naima-shk/Twitter-Clone