I am using click house with PHP CURL. curl query for select is working fine. But when do the insert it doesn't work. This is the query I am using for inserting.
http://localhost:8123/?query=INSERT%20INTO%20vas_services%20VALUES%20(, 0710715609, 'Ebill',1,'2020-02-25 00:01:01')
Can any one say is there any incorrect thing in above query or alternative solution for the problem?