25 lines
292 B
Plaintext
25 lines
292 B
Plaintext
meta {
|
|
name: Register
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/lst/api/user/register
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"username":"matthes01",
|
|
"name":"blake",
|
|
"email":"blake.matthes@alpla.com",
|
|
"password":"nova0511"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|