A /docs/undefined +6 -0
1%%{init: {'theme': 'base', 'themeVariables': {'actorBkg': '#e3f2fd', 'actorBorder': '#1976d2', 'signalColor': '#333', 'noteBkgColor': '#fff9c4', 'noteBorderColor': '#f9a825'}}}%%2sequenceDiagram3 participant Client4 participant API5 Client->>API: POST /upload6 API-->>Client: 200 OK