Typescript Server
Request body for updating a users password
export interface UpdatePasswordRequest { current_password?: string; new_password?: string; }
current_password
new_password