Details: find email in UserSchema and then it compare password with bcrypt.js..if password matchs then it send response as code:success and token which is generarted with the help of jsonwebtoken.
Body-include-: {email:string,password:string,}
Response:{code:'signed in successfully',token:jwttoken,email,name}