curl --location '/api/user/infoAuth?userId=undefined'{
"data": [
{
"userAccount": "string",
"userName": "string",
"telephone": "string",
"userEmail": "string",
"isTenantaccount": "string",
"orgId": "string",
"authRole": [
{
"roleId": 0,
"roleName": "string"
}
],
"authOrg": [
{
"orgId": 0,
"orgName": "string"
}
],
"dataScope": "string"
}
]
}