curl --location '/tasks//time-history' \
--header 'Websync-Session;' \
--header 'Content-Type: application/json' \
--data '{}'{
"factTime": 0,
"history": {
"id": 0,
"updateDate": "2019-08-24T14:15:22.123Z",
"taskId": 0,
"userId": 0,
"state": "string",
"type": 0,
"projectName": "string",
"commitName": "string",
"commitLink": "string",
"taskName": "string"
}
}