curl --location 'https://stg-gateway.invora.app/api/billing/v2/credit-notes//resend-email' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"to": [
"string"
],
"cc": [
"string"
],
"bcc": [
"string"
]
}'