How I can click on specific coordinate in Appium

I am using touchAction call to tap on specific coordinates. But it is giving me a server error. Can anyone help me?

Code (javaScript/Node.js)
driver.touchAction({actions: ‘tap’, x: 445, y: 1597})

Error:
unknown error: An unknown server-side error occurred while processing the command. Original error: unknown action undefined

Try to execute same command by switching context to native, because tap works in native context.

I’d say the method simply receives wrong arguments. Double check the documentation on the corresponding API for the client framework