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": "" } }