authentication/bruno/Auth/Register.bru

25 lines
285 B
Plaintext
Raw Normal View History

2025-01-20 17:58:22 +07:00
meta {
name: Register
type: http
seq: 1
}
post {
url: http://localhost:11000/api/auth/register/:roles
2025-01-20 17:58:22 +07:00
body: json
auth: none
}
params:path {
roles: su
}
2025-01-20 17:58:22 +07:00
body:json {
{
"captcha":"test",
"username":"su",
"email":"user@domain.com",
"password":"su"
}
}