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