Add fake API endpoint for creating leads

This commit is contained in:
Eli Ribble 2026-03-05 14:18:10 +00:00
parent 0f4ef9d2f8
commit 89197df6b0
No known key found for this signature in database
7 changed files with 85 additions and 10 deletions

View file

@ -152,9 +152,6 @@
},
body: JSON.stringify({
signal_ids: this.selectedSignals.map((s) => s.id),
// Add any other required fields
created_by: "current_user", // Replace with actual user
timestamp: new Date().toISOString(),
}),
});