mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
24 lines
323 B
Plaintext
24 lines
323 B
Plaintext
meta {
|
|
name: ResetNewPassword
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:3000/api/resetpassword/reset
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
Content-Type: application/json
|
|
User-Agent: insomnia/2023.5.8
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"secret": "360837853e2d3cf799c709b44720b4e3",
|
|
"password": "password"
|
|
}
|
|
}
|