{
"tenantId": 0,
"userId": 0,
"roleId": 0
}curl --location '/api/user/auth/delUserAuth' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": 0,
"userId": 0,
"roleId": 0
}'{
"success": true,
"errorCode": "string",
"message": "string",
"requestID": null,
"total": 0,
"data": [
"string"
]
}