POST http://localhost:3000/users Content-Type: application/json
- {
- "email": "yash1235@gmail.com", "password": "helloworld"
}
### POST http://localhost:3000/users/login Content-Type: application/json
- {
- "email": "yash1235@gmail.com", "password": "helloworld"
}