When usuig Neo4j browser I can do something like this
MATCH (x.......) set x.text = '''
I use the escape character \ to write a '
But when I try to send the same query via the HTTP API I get a parsing error, saying that it does not recognize the esca...