Authorization: Bearer ********************
curl --location --request GET 'https://open.qfei.cn/open-apis/rule_engine/v1/products/rule_product/groups/rule_group/rule_tables/rule_table_test/table_columns/column_headers' \ --header 'Authorization: Bearer <token>'
{ "code": 0, "msg": "success", "data": { "columns_headers": [ { "id": "6113921696628736003", "name": "condition1", "type": 1, "table_cell_content_type": "STRING" } ] } }