18 lines
219 B
Text
18 lines
219 B
Text
meta {
|
|
name: signup
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
put {
|
|
url: http://localhost:3000/api/v1/auth/signup
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"email": "numbat@fossorial.io",
|
|
"password": "Password123!"
|
|
}
|
|
}
|