Generate the latest report url.
Future<String> fetchReport({required String? patientId}) async { final url = await ApiService().generateReport(patientId!); return url; }