OK
const response = await fetch('//api/library-query-records/listByLibraryQueryId?libraryQueryId=text', { method: 'GET', headers: {}, }); const data = await response.json();
{ "message": "text", "data": [ { "id": "text", "libraryQueryId": "text", "datasourceType": "text", "tag": "text", "commitMessage": "text", "creatorName": "text" } ], "success": false }