curl --location --request POST 'https://v4.fenxi365.com/api/salary/field' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"accountSetsId": 0,
"fieldName": "string",
"socialFieldId": 0,
"socialFieldType": "string",
"enabled": true,
"formula": "string",
"fieldType": "自定义项目",
"dataType": "数值",
"weight": 0,
"edit": true
}
]'
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}