{}curl --location '/api/space/tenant/masterOpenList' \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true,
"message": "string",
"errorCode": "string",
"errorMsg": null,
"requestID": "string",
"total": 0,
"data": [
{
"tenantId": "string",
"productList": [
{
"productId": "string",
"productName": "string",
"prouctType": 0
}
]
}
]
}