19 lines
200 B
Plaintext
19 lines
200 B
Plaintext
meta {
|
|
name: Login
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/auth/login
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"email": "linus.miller@bitmill.io",
|
|
"password": "rasmus"
|
|
}
|
|
}
|