/api/library-queries/{libraryQueryId}
OK
curl -L \ --request PUT \ --url '//api/library-queries/{libraryQueryId}' \ --header 'Content-Type: application/json' \ --data '{"libraryQueryDSL":{"ANY_ADDITIONAL_PROPERTY":{}}}'
{ "code": 1, "message": "text", "data": true, "success": true }
curl -L \ --request DELETE \ --url '//api/library-queries/{libraryQueryId}'
/api/library-queries
curl -L \ --request POST \ --url '//api/library-queries' \ --header 'Content-Type: application/json' \ --data '{"libraryQueryDSL":{"ANY_ADDITIONAL_PROPERTY":{}},"baseQuerySupplier":{},"query":{"comp":{"ANY_ADDITIONAL_PROPERTY":{}}}}'
{ "code": 1, "message": "text", "data": { "id": "text", "organizationId": "text", "name": "text", "libraryQueryDSL": { "ANY_ADDITIONAL_PROPERTY": {} }, "createTime": 1, "creatorName": "text" }, "success": true }