Updates the given form
Future<void> updateForm(Form form) async { await _put('/api/form/${form.id}', data: form.toJson()); }