FastAPI - File Handling
You want to create a FastAPI endpoint that lets users download a CSV file named
data.csv stored in static/files/. The file path may not exist sometimes. Which is the best way to handle this safely?