18 lines
187 B
Plaintext
18 lines
187 B
Plaintext
meta {
|
|
name: Reset Password
|
|
type: http
|
|
seq: 8
|
|
}
|
|
|
|
post {
|
|
url: {{API_URL}}/account/password/reset
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"email": "user@example.com"
|
|
}
|
|
}
|