Add bruno files

This commit is contained in:
2025-10-06 10:42:47 +03:00
parent 0c179993d9
commit dda20e3fe9
86 changed files with 1353 additions and 0 deletions

View 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
}