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": "默认文本文本"
}
}'