Authorization: Bearer ********************{
"beginTime": "string",
"endTime": "string"
}curl --location --request POST '/api/services/app/laborManage/screen/getChartDataByTime' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"beginTime": "string",
"endTime": "string"
}'[
{
"date": "2019-08-24T14:15:22.123Z",
"key": "string",
"count_in": 0,
"count_out": 0
}
]