19 lines
229 B
Plaintext
19 lines
229 B
Plaintext
meta {
|
|
name: Login as standard user
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/api/users/login
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"id": "5ad462b8-8f9e-4a26-bb86-c74fef5d11b6",
|
|
"password": "password"
|
|
}
|
|
}
|