18 lines
188 B
Plaintext
18 lines
188 B
Plaintext
meta {
|
|
name: password-request
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/password/request
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"email": "bernard@devscast.tech"
|
|
}
|
|
}
|