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