{
"userId": 0,
"authOrg": 0,
"tenantId": 0
}curl --location '/api/user/getAuthProductListSp' \
--header 'Content-Type: application/json' \
--data '{
"userId": 0,
"authOrg": 0,
"tenantId": 0
}'{
"success": true,
"message": "string",
"errorCode": "string",
"errorMsg": null,
"requestID": null,
"total": 0,
"data": [
{
"productId": 0,
"productName": "string",
"productUrl": "string",
"productUrlType": "string",
"productCode": "string",
"productUrlPrefix": "string",
"productType": 0,
"productShow": "string"
}
]
}