api/.bruno/auth/Create new user.bru

20 lines
248 B
Plaintext
Raw Permalink Normal View History

2024-12-17 10:57:05 +01:00
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*"
}
}