mirror of
https://github.com/fosrl/pangolin.git
synced 2025-06-21 12:48:59 +02:00
18 lines
221 B
Text
18 lines
221 B
Text
|
meta {
|
||
|
name: reset-password-request
|
||
|
type: http
|
||
|
seq: 10
|
||
|
}
|
||
|
|
||
|
post {
|
||
|
url: http://localhost:3000/api/v1/auth/reset-password/request
|
||
|
body: json
|
||
|
auth: none
|
||
|
}
|
||
|
|
||
|
body:json {
|
||
|
{
|
||
|
"email": "milo@fossorial.io"
|
||
|
}
|
||
|
}
|