23 lines
246 B
Plaintext
23 lines
246 B
Plaintext
meta {
|
|
name: accept
|
|
type: http
|
|
seq: 9
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/auth/accept
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
Authorization: Bearer xx.xx.xx
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"username":null,
|
|
"password":"mypassword"
|
|
}
|
|
}
|