I used http api (Neo4j 3.5.x with apoc 3.5.x) to create apoc.create.vNode is able to return json format normally, the syntax is as follows:
{
"statements": [
{
"statement": "MATCH (n:Movie)-[r]-(x:Person) WHERE id(n) =$fn WITH n as jsx, n.title as f...