21 lines
252 B
Plaintext
21 lines
252 B
Plaintext
meta {
|
|
name: Register
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/auth/register/su
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"captcha":"test",
|
|
"username":"su",
|
|
"email":"user@domain.com",
|
|
"password":"su"
|
|
}
|
|
}
|