Upload files to this service using a `curl` command.
curl -X POST -F "file=@/path/to/your/file.jpg" /api/upload
{ "success": true, "url": "/1678886400000-file.jpg", "filename": "1678886400000-file.jpg" }