📄 Read File
1const content = await ufm.readFileContent("Alice@example.com", "Product1", "myfile.txt");
- Returns text content only (binary files will throw an error).
1const content = await ufm.readFileContent("Alice@example.com", "Product1", "myfile.txt");