Architecture
vizzy’s own diagram, best for “what does each service send?”. Use a standalone vizzy block
whose first line starts with architecture:
architecture LR My Systemgroup data Data Layerservice web Web Frontendservice api APIservice db Postgres in dataweb -> api : POST /login {creds}api -> db : SELECT userservice <id> [Label] [in <group>]— a box (nodeis a synonym forservice).group <id> [Label]— a container that followingin <group>services join.A -> B : payload— an edge;<->is bidirectional,-->dashed. The text after:renders as a chip on the edge.