POST http://localhost:5000/register Content-Type: application/json
- {
- "name": "Rishabh", "email": "[email protected]", "password": "rsbkme123"
}
###
POST http://localhost:5000/login Content-Type: application/json
- {
- "email": "[email protected]",
}
POST http://localhost:5000/register Content-Type: application/json
}
###
POST http://localhost:5000/login Content-Type: application/json
}