curl --location --request GET 'https://open.teambition.com/api/org/info' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgId": "43"
}'{
"code": 200,
"errorMessage": "",
"result": {
"orgId": "50c32af35a87e6b2",
"name": "测试企业",
"pinyin": "Che Shi Qi Ye",
"py": "CSQY",
"description": "",
"logo": "http://test.com/photo/orgLogo.jpg",
"created": "2015-08-04",
"isPublic": 0
}
}