curl --location --request POST 'io-service/openapi/io_api_updateJobDate' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[{
"baseReq":{
"staffCode":"YANGK",
"orgId":11229293,
"regionId":8320100,
"sysSource":1001
},
"ioDispatchJobDates":[
{
"id":"15",
"jobStartTime":"8:00",
"jobEndTime":"15:00"
},
{
"id":"16",
"jobStartTime":"9:00",
"jobEndTime":"15:00"
},
{
"id":"17",
"jobStartTime":"9:00",
"jobEndTime":"15:00"
},
{
"id":"18",
"jobStartTime":"9:00",
"jobEndTime":"15:00"
},
{
"id":"19",
"jobStartTime":"9:00",
"jobEndTime":"15:00"
},
{
"id":"20",
"jobStartTime":"9:00",
"jobEndTime":"15:00"
},
{
"id":"21",
"jobStartTime":"9:00",
"jobEndTime":"15:00"
}
]
}]'