pub async fn change_password(
__arg0: State<ApiState>,
headers: HeaderMap,
__arg2: Json<ChangePasswordRequest>,
) -> ApiResponse<()>Expand description
POST /users/change-password — change the authenticated user’s password.
The current password must be verified before the new one is accepted.