create a sequence diagram using the following information: 1. User selects “Add Project” in UI via a Button 2. UI sends request to Backend (Java) - (React sends a fetch request to the backend) 3. Backend validates session, stores project in DB. 4. DataBase confirms the save. 5. Backend responds with success. (Validates the request) 6. UI updates project list dynamically. See more