{
"orgId": 0,
"tenantId": 0
}curl --location '/api/org/product/getOrgProduct' \
--header 'Content-Type: application/json' \
--data '{
"orgId": 0,
"tenantId": 0
}'{
"success": true,
"errorCode": "string",
"message": "string",
"requestID": "string",
"total": 0,
"data": [
{
"tenantId": 0,
"tenantName": "string",
"moiraiOrgProVos": [
{
"orgId": 0,
"orgName": "string",
"moiraiOrgProductVos": [
{
"productId": 0,
"productName": "string",
"createTime": "string",
"useBegintime": "string",
"useEndtime": "string"
}
]
}
]
}
]
}