29 lines
334 B
Plaintext
29 lines
334 B
Plaintext
|
|
meta {
|
||
|
|
name: List
|
||
|
|
type: http
|
||
|
|
seq: 9
|
||
|
|
}
|
||
|
|
|
||
|
|
post {
|
||
|
|
url: http://localhost:11000/api/auth/roles/:alder
|
||
|
|
body: none
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
params:path {
|
||
|
|
alder: list
|
||
|
|
}
|
||
|
|
|
||
|
|
headers {
|
||
|
|
Authorization: Bearer xx.xx.xx
|
||
|
|
}
|
||
|
|
|
||
|
|
body:json {
|
||
|
|
{
|
||
|
|
"roles":[2],
|
||
|
|
"email":"user2@domain.com",
|
||
|
|
"username":"admin2",
|
||
|
|
"password":"mypassword"
|
||
|
|
}
|
||
|
|
}
|