https://memgraph.github.io/pymgclient/cursor.html#mgclient.Cursor.execute contains only `param=None`, the correct is `execute(query, params=None)`.