Merge branch 'develop' into feature/api-admin-policies
This commit is contained in:
Generated
-9409
File diff suppressed because it is too large
Load Diff
@@ -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}}
|
||||
Reference in New Issue
Block a user