Hi Fils, there is no UI yet for this purpose, you have to do a curl request to the server to get the response.
curl IP:PORT/query -X POST -d ‘QUERY’
Also, looks like you are missing the port information in the URL you have specified.
Hi Fils, there is no UI yet for this purpose, you have to do a curl request to the server to get the response.
curl IP:PORT/query -X POST -d ‘QUERY’
Also, looks like you are missing the port information in the URL you have specified.