{
"tenantId": 0,
"orgId": 0,
"userId": 0,
"productIds": [
0
],
"nextLevel": 0
}curl --location '/api/user/auth/res' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": 0,
"orgId": 0,
"userId": 0,
"productIds": [
0
],
"nextLevel": 0
}'{
"success": true,
"message": null,
"errorCode": "string",
"errorMsg": null,
"requestID": "string",
"total": 0,
"data": [
{
"productId": 0,
"productName": "string",
"productType": 0,
"productUrl": "string",
"orderIndex": 0,
"productUrlType": "string",
"resourceList": [
{
"resourceId": 0,
"resourceName": "string",
"resourceType": 0,
"resourceUrl": "string",
"sourceProductId": [
0
],
"children": [
{
"resourceId": 0,
"resourceName": "string",
"resourceType": 0,
"resourceUrl": "string"
}
]
}
]
}
]
}