Starts the file upload
Future<void> startFileUpload(int id) async { await _put('/api/media/file/$id/content'); }