{"message":"Welcome to FLR Logger API","version":"1.0.0","endpoints":{"GET /":"Welcome message","POST /flr":"Create new log entry","GET /flr":"Get all logs or filter by logId","GET /flr/:id":"Get specific log by ID","DELETE /flr/all":"Delete all logs","DELETE /flr/:logId":"Delete all logs with specified logId"},"example":{"POST /flr":{"logId":284181,"message":"Sample log message"}},"notes":{"logId":"Must be unique - each logId can only exist once","id":"Auto-generated unique identifier"}}