20 lines
249 B
Plaintext
20 lines
249 B
Plaintext
meta {
|
|
name: Register
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:4400/api/auth/register
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"username": "matthes01",
|
|
"email":"blake.matthes@alpla.com",
|
|
"password": "password"
|
|
}
|
|
}
|