Files
DADProject/api/sample-requests.http
T
2025-12-20 21:59:33 +00:00

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"
}