Authorization: Bearer ********************
curl --location '/tasks//history' \ --header 'Authorization: Bearer <token>'
{ "id": 0, "taskId": 0, "updateDate": "string", "state": "string", "userId": 0, "anonymousUserId": 0, "type": 0 }