{
"endTime": "2019-08-24T14:15:22Z",
"lineId": "string",
"startTime": "2019-08-24T14:15:22Z",
"type": "WORK"
}
curl --location --request PUT 'http://10.219.87.224:8080/veivo-boot/linecalendar/change_working_calendar_type' \
--header 'Content-Type: application/json' \
--data-raw '{
"endTime": "2019-08-24T14:15:22Z",
"lineId": "string",
"startTime": "2019-08-24T14:15:22Z",
"type": "WORK"
}'
{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}