18 lines
220 B
Text
18 lines
220 B
Text
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": ""
|
|
}
|
|
}
|