Authorization: Bearer ********************
curl --location 'https://open.qfei.cn/open-apis/rule_engine/v1/products/contract/groups/approve_matrix/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" } ] } }