feature implement login part2

This commit is contained in:
Edd
2025-12-20 21:59:33 +00:00
parent ae6a0b4706
commit a566387998
5 changed files with 50 additions and 33 deletions
+9
View File
@@ -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"
}