curl --location --request GET 'https://api.modo.link/canton-mainnet/v1/contracts//updates?sortBy&page&size&orderBy&nextCursor' \
--header 'x-api-key: <api-key>'{
"content": [
{
"eventId": "string",
"updateId": "string",
"effectiveAt": 0,
"recordTime": 0,
"migrationId": 0,
"createdEvents": 0,
"synchronizer": "string",
"synchronizerName": "string",
"synchronizerImg": "string"
}
],
"hasNextPage": true,
"nextCursor": "string"
}