19 lines
220 B
Plaintext
19 lines
220 B
Plaintext
meta {
|
|
name: Login as standard user
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/api/users/login
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"email": "standard.user@codiki.org",
|
|
"password": "password"
|
|
}
|
|
}
|