costapy/bruno/Auth/Register.bru

25 lines
285 B
Plaintext

meta {
name: Register
type: http
seq: 1
}
post {
url: http://localhost:11000/api/auth/register/:roles
body: json
auth: none
}
params:path {
roles: su
}
body:json {
{
"captcha":"test",
"username":"su",
"email":"user@domain.com",
"password":"su"
}
}