mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-16 00:45:03 +02:00
19 lines
223 B
Text
19 lines
223 B
Text
|
meta {
|
||
|
name: verify-email
|
||
|
type: http
|
||
|
seq: 3
|
||
|
}
|
||
|
|
||
|
put {
|
||
|
url: http://localhost:3000/api/v1/auth/signup
|
||
|
body: json
|
||
|
auth: none
|
||
|
}
|
||
|
|
||
|
body:json {
|
||
|
{
|
||
|
"email": "owen@fossorial.io",
|
||
|
"password": "Password123!"
|
||
|
}
|
||
|
}
|