Authorization: Bearer ********************{
"table_name": "患者信息",
"records": [
{
"患者编号": "1",
"姓名": "李婷婷1"
},
{
"患者编号": "2",
"姓名": "李婷婷2"
}
]
}curl --location 'https://app.emoosearch.com/open-api/v1/data/records' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"table_name": "患者信息",
"records": [
{
"患者编号": "1",
"姓名": "李婷婷1"
},
{
"患者编号": "2",
"姓名": "李婷婷2"
}
]
}'{
"code": 200,
"message": "string",
"data": {}
}