📋 Available Endpoints
POST /api/store
Store evidence details in JSON format
Accepts any fields and stores what is present
GET /api/logs
View all stored evidence in table format
GET /api/logs/json
Get all stored evidence as JSON
DELETE /api/clear
Clear all evidence logs (Admin only)