20 lines
251 B
Plaintext
20 lines
251 B
Plaintext
meta {
|
|
name: Change Password
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/v1/companies/me/change-password
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"current_password": "",
|
|
"new_password": "",
|
|
"confirm_password": ""
|
|
}
|
|
}
|