☑Kizspy.me
Zoom
"
Validate that email is unique.
Hash password using bcrypt.
o Request Example:
{
"name": "Alice",
"email": "
[email protected]",
"password": "strongpass123"
• Response Example:
{
"_id": "6621ccddee00112233445566",
"name": "Alice",
"email": "
[email protected]"
2025

Login
○ Endpoint: POST /api/users/login
+100%
Close