generated from tsivinsky/go-template
23 lines
332 B
YAML
23 lines
332 B
YAML
info:
|
|
name: login user
|
|
type: http
|
|
seq: 2
|
|
|
|
http:
|
|
method: POST
|
|
url: "{{base_url}}/api/auth/login"
|
|
body:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"email": "daniil@tsivinsky.com",
|
|
"password": "Daniil2000"
|
|
}
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|