curl --location --request POST 'https://openapi.italent.cn/TenantBasePublicApiV2/v2/jobsequence/timewindow/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"StartTime": "2021-01-01",
"StopTime": "2021-01-31",
"WithDisabled": false,
"WithDeleted": false,
"PageIndex": 1,
"PageSize": 300,
"Columns": [
"Name",
"OId",
"POId",
"OIdResourceSet",
"JobLevelType",
"Level",
"EstablishDate",
"StartDate",
"StopDate",
"Status",
"Order"
]
}'
null