{
"name": "标题1",
"type": "SingleLineText",
"props": null
}curl --location '/sdk/v2/api/table-api/openapi/v1/tables/tbl_xxxxxxxxxxx/columns' \
--header 'X-Shimo-Signature: {{X-Shimo-Signature}}' \
--header 'X-Shimo-Token: {{X-Shimo-Token}}' \
--header 'Content-Type: application/json' \
--data '{
"name": "标题1",
"type": "SingleLineText",
"props": null
}'{
"code": 0,
"msg": "success",
"data": {
"guid": "col_xxxxxxxxxxx",
"name": "标题",
"type": "text",
"props": null
}
}