I am trying to use the node client with react js and I am getting this error from this line ``` return client.call({ wsfunction: "moodle_service_app", }) ``` It says client.call is not a function. How to fix it? Thanks