{
"type": 0,
"staffIds": [
"string"
]
}curl --location '/config/save/performanceNoticePerson' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"type": 0,
"staffIds": [
"string"
]
}'{
"code": 0,
"msg": "",
"data": {},
"success": false
}