Authorization: Bearer ********************{
"userIds": [
0
],
"date": "2019-08-24T14:15:22.123Z"
}curl --location --request POST '/api/services/app/ops/humanResource/scheduling/batchDel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"userIds": [
0
],
"date": "2019-08-24T14:15:22.123Z"
}'