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