curl --location '/public-api/dataset/update' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"deptId": 0,
"tenantId": 0,
"icon": "string",
"name": "string",
"description": "string",
"qaCount": 0,
"status": 0,
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0,
"auditCount": 0
}'{
"errorCode": 0,
"message": "",
"data": null
}