Merge branch 'develop' into feature/home-page
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
### Get All Students
|
||||
POST http://localhost:8000/api/login
|
||||
content-Type: application/json
|
||||
Accept: application/json
|
||||
|
||||
{
|
||||
"email": "[email protected]",
|
||||
"password": "123"
|
||||
}
|
||||
Reference in New Issue
Block a user