latestOpenAPI 3.0.32026-07-2618073.2 KB
30f975c0d1e6
Profile
Change user password
Change the current user password to a new one.
patch/v1/profile/change-password
Request body
Example request
{
"new_password": "Password123"
}Response
Response for status 200
Example response
{
"success": true
}