curl --location --request GET 'https://api-dev.sincetech.com.cn:9443/bpm-uc/uc/tenantAuth/v2/' \
--header 'Authorization: Bearer '
{
"code": 0,
"errorCode": "string",
"logId": "string",
"message": "string",
"state": true,
"value": {
"account": "string",
"createBy": "string",
"createOrgId": "string",
"createTime": "2019-08-24T14:15:22Z",
"email": "string",
"id": "string",
"pkVal": "string",
"tenantId": "string",
"typeId": "string",
"userId": "string",
"userName": "string"
}
}