OK
const response = await fetch('//api/query/execute-from-node', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false, "queryCode": "text", "hintMessages": [ "text" ], "message": "text" }