update
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user