curl --location --request POST 'https://openapi.italent.cn/TenantBasePublicApiV2/v2/empsubset/timewindow/search?objectName' \
--header 'Content-Type: application/json' \
--data-raw '{
"StartTime": "2021-01-01",
"StopTime": "2021-01-31",
"PageIndex": 1,
"PageSize": 300,
"Columns": [
"UserID",
"Major",
"School",
"BeginDate",
"EnddatE"
],
"Sort": {
"CreatedTime": 1
}
}'null