curl --location -g --request GET 'https://app.hustro.com/api/v2/project//issue//changelog' \
--header 'hustro-client: m2m' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'[
{
"_id": "string",
"userRef": {
"_id": "string",
"label": "string"
},
"date": "string",
"readableOperations": [
{
"operationType": "string",
"entityType": "string",
"entityId": "string",
"pathObject": {
"pathArray": [
"string"
],
"field": "string",
"index": "string"
},
"value": {
"before": "string",
"after": "string"
}
}
]
}
]