Add bruno files
This commit is contained in:
23
Bruno/Endpoints/Auth/Login as normal.bru
Normal file
23
Bruno/Endpoints/Auth/Login as normal.bru
Normal file
@@ -0,0 +1,23 @@
|
||||
meta {
|
||||
name: Login as normal
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/api/auth/login
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"email": "dominykas@svetikas.lt",
|
||||
"password": "LabaiSlaptas123@"
|
||||
}
|
||||
}
|
||||
|
||||
vars:post-response {
|
||||
accessToken: res.body.accessToken
|
||||
refreshToken: res.body.refreshToken
|
||||
}
|
||||
Reference in New Issue
Block a user