POST http://localhost:3000/users Content-Type: application/json
- {
- "email": "[email protected]", "password": "helloworld"
}
### POST http://localhost:3000/users/login Content-Type: application/json
- {
- "email": "[email protected]", "password": "helloworld"
}