mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-29 15:21:09 -06:00
19 lines
220 B
Plaintext
19 lines
220 B
Plaintext
meta {
|
|
name: change-password
|
|
type: http
|
|
seq: 9
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:3000/api/v1/auth/change-password
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"oldPassword": "",
|
|
"newPassword": ""
|
|
}
|
|
}
|