18 lines
191 B
Plaintext
18 lines
191 B
Plaintext
meta {
|
|
name: Initiate password reset
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/v1/password-reset/initiate
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"email": ""
|
|
}
|
|
}
|