Files
playtomic-wrapper/tournme/collection/PadelTour API/Companies/Change Password.bru
2026-01-31 13:49:56 +01:00

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