Authorization: Bearer ********************curl --location 'https://open.feishu.cn/open-apis/baike/v1/entities/match' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"word": "企业百科"
}'{
"code": 0,
"msg": "success",
"data": {
"results": [
{
"entity_id": "enterprise_34809584",
"type": 0
}
]
}
}