19 lines
287 B
Text
19 lines
287 B
Text
meta {
|
|
name: reset-password
|
|
type: http
|
|
seq: 11
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:3000/api/v1/auth/reset-password
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"token": "3uhsbom72dwdhboctwrtntyd6jrlg4jtf5oaxy4k",
|
|
"newPassword": "aaaaa-1A",
|
|
"code": "6irqCGR3"
|
|
}
|
|
}
|