mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-30 07:40:09 -06:00
20 lines
287 B
Plaintext
20 lines
287 B
Plaintext
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"
|
|
}
|
|
}
|