curl --location 'https://stg-gateway.invora.app/api/billing/v2/wallets//transactions' \
--header 'Content-Type: application/json' \
--data '{
"walletId": "string",
"grantedCredits": "string",
"ignorePaidTopUpLimits": true,
"invoiceCustomSection": {
"invoiceCustomSectionIds": [
"string"
],
"skipInvoiceCustomSections": true
},
"invoiceRequiresSuccessfulPayment": true,
"metadata": [
{
"key": "string",
"value": "string"
}
],
"name": "string",
"paidCredits": "string",
"paymentMethod": {
"paymentMethodId": "string",
"paymentMethodType": "PAYMENT_METHOD_TYPE_UNSPECIFIED"
},
"priority": 0,
"voidedCredits": "string"
}'