/api/library-queries/{libraryQueryId}/publish
OK
curl -L \ --request POST \ --url '//api/library-queries/{libraryQueryId}/publish' \ --header 'Content-Type: application/json'
{ "code": 1, "message": "text", "data": { "id": "text", "libraryQueryId": "text", "datasourceType": "text", "tag": "text", "commitMessage": "text", "createTime": 1, "creatorName": "text" }, "success": true }