9 lines
167 B
HTTP
9 lines
167 B
HTTP
### Get All Students
|
|
POST http://localhost:8000/api/login
|
|
content-Type: application/json
|
|
Accept: application/json
|
|
|
|
{
|
|
"email": "[email protected]",
|
|
"password": "123"
|
|
} |