fosrl.pangolin/bruno/Auth/signup.bru

19 lines
219 B
Text
Raw Normal View History

2024-10-06 18:43:20 -04:00
meta {
name: signup
type: http
seq: 2
}
2024-10-06 22:50:23 -04:00
put {
url: http://localhost:3000/api/v1/auth/signup
body: json
2024-10-06 18:43:20 -04:00
auth: none
}
2024-10-06 22:50:23 -04:00
body:json {
{
2024-11-15 21:53:58 -05:00
"email": "numbat@fossorial.io",
2024-10-06 22:50:23 -04:00
"password": "Password123!"
}
}