curl --location 'https://stg-gateway.invora.app/api/billing/v2/invoices//void' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"creditAmount": "string",
"generateCreditNote": true,
"refundAmount": "string",
"requestId": "string"
}'