Files
pangolin/bruno/Auth/signup.bru
2025-10-19 11:59:10 -07:00

19 lines
219 B
Plaintext

meta {
name: signup
type: http
seq: 2
}
put {
url: http://localhost:3000/api/v1/auth/signup
body: json
auth: none
}
body:json {
{
"email": "numbat@pangolin.net",
"password": "Password123!"
}
}