curl --location --request POST 'https://openapi.italent.cn/RecruitV6/api/v1/Calendar/CreateOrUpdateCalendarEvents' \
--header 'Content-Type: application/json' \
--data-raw '{
"EventType":1,
"Events":[
{
"id":"00000000-0000-0000-0000-000000000000",
"ownerId":116460009,
"foreignEventID":"1000008",
"startTime":"2021-06-20T20:00:00",
"endTime":"2021-06-21T07:00:00",
"title":"Highland Park Plan Discussion",
"customizeInfo":[
{
"key":"Location",
"value":"No 8, Botany Rd, Auckland"
},
{
"key":"Remind",
"value":"No remind"
}]
}]
}'