mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-29 15:21:09 -06:00
19 lines
219 B
Plaintext
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!"
|
|
}
|
|
}
|