curl -L \ --request POST \ --url '//api/query/execute-from-node' \ --header 'Content-Type: application/json' \ --data '{ "libraryQueryName": "text", "libraryQueryRecordId": "text", "params": [ { "key": "text", "value": {} } ] }'
{ "data": {}, "headers": {}, "success": true, "code": 1, "queryCode": "text", "hintMessages": [ "text" ], "message": "text" }