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