{}curl --location '/user-center/get-private-entity-info-by-tenant-id' \
--header 'Authorization: eyJhbGciOiJIUzI1Ni1TTTMiLCJ0eXAiOiJKV1QifQ.eyJleHAiOjE3NzUwMzA0MDYsImlhdCI6MTc3NTAyMzIwNiwiaXNzdWVyIjoiZ2F0ZXdheSIsInR5cGUiOiJ0b2tlbiIsInVzZXJfaWQiOjJ9.mBF7H9M7j0yr7MavFTX8rc1D7CG4OqFGqGWhtNyiMms' \
--header 'Content-Type: application/json' \
--data '{}'{
"baseResponse": {
"code": 0,
"msg": "string"
},
"data": {
"id": 0,
"name": "string",
"usci": "string",
"did": "string",
"region": "string",
"industry": "string",
"contactName": "string",
"contactPhone": "string",
"cid": "string",
"type": 0,
"businessScope": "string",
"legalPerson": "string",
"registeredAddress": "string",
"registeredCapital": "string",
"establishmentTime": "string",
"socialOrganizationType": "string",
"supervisoryAuthority": "string",
"registrationAuthority": "string"
}
}