curl --location 'https://stg-gateway.invora.app/api/billing/v2/wallets//transactions//consumptions/list' \
--header 'Content-Type: application/json' \
--data '{
"walletId": "string",
"transactionId": "string",
"sort": {
"rules": [
{
"createdAt": "SORT_DIRECTION_UNSPECIFIED"
}
]
},
"pagination": {
"limit": "string",
"skip": "string",
"cursor": "string"
},
"readMask": "string",
"view": "VIEW_UNSPECIFIED"
}'