UpdateUserPassword
data class UpdateUserPassword(val currentPassword: String? = null, val currentPw: String? = null, val newPw: String? = null, val resetPassword: Boolean)
The update user password request body.
The update user password request body.