mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-16 17:05:04 +02:00
20 lines
287 B
Text
20 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"
|
||
|
}
|
||
|
}
|