curl --location --request PUT 'https://v4.fenxi365.com/api/salary/employee/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"records": [
0
],
"status": "string",
"dimissionDate": "string"
}'
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}