curl --location 'https://stg-gateway.invora.app/api/billing/v2/account/invoice-collections/list' \
--header 'Content-Type: application/json' \
--data '{
"filter": {
"part": {
"expireCache": true,
"months": 0
}
},
"sort": {
"rules": [
{
"createdAt": "SORT_DIRECTION_UNSPECIFIED"
}
]
},
"pagination": {
"limit": "string",
"skip": "string",
"cursor": "string"
},
"readMask": "string",
"view": "VIEW_UNSPECIFIED"
}'{
"items": [
{
"amountCents": "string",
"currency": "CURRENCY_ENUM_UNSPECIFIED",
"invoicesCount": "string",
"month": "2019-08-24T14:15:22.123Z",
"paymentStatus": "INVOICE_PAYMENT_STATUS_TYPE_UNSPECIFIED"
}
],
"totalCount": "string",
"nextPageCursor": "string"
}