Authorization: Bearer ********************curl --location --request GET 'http://127.0.0.1/rfr/api/AuthOpen/GetCorpsAsync' \
--header 'Authorization: Bearer <token>'{
"errorCode": 0,
"errorMessage": "string",
"data": [
{
"corpId": "string",
"isMaster": true,
"corpName": "string",
"subTenantId": "string",
"curUserCanSwitch": true,
"appStatus": 0,
"suiteID": "string"
}
],
"ext": null
}