20 lines
248 B
Plaintext
20 lines
248 B
Plaintext
meta {
|
|
name: Create new user
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: http://127.0.0.1:3000/auth/new
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"username": "someone",
|
|
"email": "someone@deck.ard",
|
|
"password": "*S@me@nePassw@rd*"
|
|
}
|
|
}
|