curl --location '/web/tenant/queryOpenProduct'{
"success": true,
"total": 0,
"data": [
{
"productId": "string",
"productName": "string",
"children": [
{
"productId": "string",
"productName": "string"
}
]
}
]
}