This commit is contained in:
2026-02-18 02:17:13 +03:00
commit 8e0419c56b
23 changed files with 642 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
meta {
name: login user
type: http
seq: 2
}
post {
url: {{base_url}}/auth/login
body: json
auth: inherit
}
body:json {
{
"login": "tsivinsky",
"password": "Daniil2000"
}
}
settings {
encodeUrl: true
timeout: 0
}