curl --location --request GET 'https://api.modo.link/canton-mainnet/v1/transfers/?role&sortBy&page&size&orderBy&nextCursor' \
--header 'x-api-key: <api-key>'{
"content": [
{
"eventId": "string",
"transferType": "string",
"senders": [
{
"partyId": "string",
"accountName": "string",
"imageUrl": "string"
}
],
"receivers": [
{
"partyId": "string",
"accountName": "string",
"imageUrl": "string"
}
],
"amount": 0,
"fee": 0,
"createdAt": 0
}
],
"hasNextPage": true,
"nextCursor": "string"
}