19 lines
209 B
Plaintext
19 lines
209 B
Plaintext
meta {
|
|
name: login
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/login_check
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"username": "bernard@devscast.tech",
|
|
"password": "#New--123pass@"
|
|
}
|
|
}
|