19 lines
190 B
Plaintext
19 lines
190 B
Plaintext
meta {
|
|
name: Login
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/auth/login
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"username":"su",
|
|
"password":"su"
|
|
}
|
|
}
|