19 lines
226 B
Plaintext
19 lines
226 B
Plaintext
meta {
|
|
name: Login as admin user
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/api/users/login
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"id": "15a13dc7-029d-4eab-a63d-c1e96f90241d",
|
|
"password": "password"
|
|
}
|
|
}
|