Gets whats known about the companys share register.
curl --request GET \ --url https://api.tic.io/datasets/companies/{companyId}/share-register \ --header 'x-api-key: <api-key>'
[ { "holderCompanyId": 123, "holderCompanyMostRecentLegalName": "<string>", "holderPersonId": 123, "holderPersonMostRecentFullName": "<string>", "numberOfShares": 123, "shareType": "<string>", "shareClass": "<string>", "paidUp": 123, "nominalValuePerShareInUSD": 123, "nominalValuePerShareInCurrencyCode": 123, "iso4217CurrencyCode": "<string>", "onBehalfOf": "<string>", "firstSeenAtUtc": "2023-11-07T05:31:56Z", "lastSeenAtUtc": "2023-11-07T05:31:56Z", "lastUpdatedAtUtc": "2023-11-07T05:31:56Z" } ]
The company id