{}
curl --location --request POST 'http://127.0.0.1/topapi/attendance/getattcolumns?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "request_id": "string", "errcode": 0, "result": { "columns": [ { "id": 0, "type": 0, "name": "string", "alias": "string", "status": 0, "sub_type": 0, "expression_id": 0 } ] } }