OK
const response = await fetch('//api/library-queries/{libraryQueryId}/publish', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "message": "text", "data": { "id": "text", "libraryQueryId": "text", "datasourceType": "text", "tag": "text", "commitMessage": "text", "creatorName": "text" }, "success": false }