Authorization: Bearer ********************
{{body}}
curl --location --request POST 'https://api.vika.cn/fusion/v1/datasheets/dst0Yj5aNeoHldqvf6/records' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '请求数据 Json 参数'
{
"success": true,
"code": 200,
"message": "SUCCESS",
"data": {
"records": [
{
"recordId": "recV3ElniQavTNyJG",
"fields": {},
"createdAt": 0,
"updatedAt": 0
}
]
}
}