curl --location --request GET 'https://open.teambition.com/api/folder/info?folderId' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization'
{
"code": 200,
"errorMessage": "",
"result": {
"color": "blue",
"created": "2020-04-20T06:19:08.416Z",
"creatorId": "5ac4a9089f8f22000108241b",
"description": "",
"folderId": "5e9d3edce5c4d30869787b14",
"isConfigurable": 1,
"parentId": "5e9d3edce5c4d30869787b0f",
"projectId": "5e9d3edce5c4d30869787b0e",
"title": "视频",
"updated": "2020-04-20T06:19:08.416Z",
"visible": "projectMembers"
}
}