Future<Spark> createSpark(String id) async => Spark() ..mergeFromProto3Json( (await http.put(u("/mage/spark/$id"), headers: h)).json);