17 lines
221 B
Text
17 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"
|
|
}
|
|
}
|