Merge branch 'develop' into feature/home-page

This commit is contained in:
Edd
2025-12-24 23:42:00 +00:00
85 changed files with 4584 additions and 667 deletions
+13 -3
View File
@@ -1,9 +1,19 @@
### Get All Students
### Get All Students (Login)
# @name login
POST http://localhost:8000/api/login
content-Type: application/json
Content-Type: application/json
Accept: application/json
{
"email": "[email protected]",
"password": "123"
}
}
### Capture the token
@token = {{login.response.body.token}}
### Get All matches
GET http://localhost:8000/api/matches
Content-Type: application/json
Accept: application/json
Authorization: Bearer {{token}}