curl --location --request POST 'https://openapi.italent.cn/RecruitV6/api/v1/Calendar/GetByOwnerAndTime' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventType":1,
"ownerIds":[101482196],
"start":"2021-06-20T01:00:00",
"end":"2021-06-25T01:00:00"
}'
{
"data": [
{
"id": "string",
"ownerId": 0,
"foreignEventID": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"title": "string",
"customizeInfo": [
{
"key": "string",
"value": "string"
}
]
}
],
"code": 0,
"message": "string"
}