add: register and login with DB query AND some struct type correction
This commit is contained in:
@@ -15,8 +15,8 @@ POST {{baseUrl}}/auth/login
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"email": "patient",
|
||||
"password": "patient"
|
||||
"email": "patient1@example.com",
|
||||
"password": "password123"
|
||||
}
|
||||
|
||||
### Refresh TOken
|
||||
@@ -24,7 +24,7 @@ POST {{baseUrl}}/auth/refresh
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"refresh"
|
||||
"refresh_token": {{ refresh_token}}
|
||||
}
|
||||
|
||||
### 2. QIDO-RS: Search for Studies
|
||||
|
||||
Reference in New Issue
Block a user