The URL for the file end point for study with id studyId.
studyId
String getFileEndpointUri([String? studyId]) => "${app.uri.toString()}/api/studies/${getStudyId(studyId)}/files";