Authorization: Bearer ********************{
"type": "SingleText",
"name": "标题",
"property": {
"defaultValue": "默认文本文本"
}
}curl --location --request POST 'https://api.vika.cn/fusion/v1/spaces/spcNk6UFzhVsc/datasheets/dstrZEytCvukCVee9G/fields' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "SingleText",
"name": "标题",
"property": {
"defaultValue": "默认文本文本"
}
}'{
"success": true,
"code": 0,
"message": "string",
"data": {
"id": "string",
"name": "string"
}
}