Authorization: Bearer ********************{
"beginTime": "string",
"endTime": "string"
}curl --location --request POST '/api/services/app/laborManage/screen/workerDistribution' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"beginTime": "string",
"endTime": "string"
}'[
{
"name": "string",
"workerCount": 0
}
]