Merge branch 'develop' into feature/home-page

This commit is contained in:
Edd
2025-12-22 17:14:56 +00:00
10 changed files with 68 additions and 31 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"
}