@startuml title Profile update (name/password) actor User participant "Next API" as API database Postgres as DB User -> API: PATCH /api/me\n(name?, password?) API -> DB: update name/passwordHash\n(email immutable) API --> User: updated profile payload @enduml