costapy/bruno/Auth/Register.bru

21 lines
252 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/su
2025-01-20 17:58:22 +07:00
body: json
auth: none
}
body:json {
{
"captcha":"test",
"username":"su",
"email":"user@domain.com",
"password":"su"
}
}