curl --location --request GET 'https://api.modo.link/canton-mainnet/v1/governance/vote-requests/0000abf130bb80ddb9ad9d16b047ecad34952ce3084b6348965105d68d90aeb4a6ca111220cee999c253ae77216a448bae8ba5adfa424e08b9c7f4ffcfe606994235422968/votes?page=0&size=20' \
--header 'x-api-key: <api-key>'{
"content": [
{
"contractId": "string",
"templateId": "string",
"company": "string",
"sv": "string",
"accept": true,
"reasonUrl": "string",
"reasonBody": "string",
"optCastAt": 0,
"accountName": "string",
"accountImg": "string"
}
],
"pageable": {
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"pageSize": 0,
"pageNumber": 0,
"offset": 0,
"paged": true,
"unpaged": true
},
"last": true,
"totalPages": 0,
"totalElements": 0,
"totalCount": 0,
"size": 0,
"number": 0,
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"first": true,
"numberOfElements": 0,
"empty": true
}