24 lines
243 B
Plaintext
24 lines
243 B
Plaintext
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
|
|
}
|