curl --location 'https://stg-gateway.invora.app/api/billing/v2/credit-notes' \
--header 'Content-Type: application/json' \
--data '{
"creditAmountCents": "string",
"description": "string",
"invoiceId": "string",
"items": [
{
"amountCents": "string",
"feeId": "string"
}
],
"metadata": [
{
"key": "string",
"value": "string"
}
],
"offsetAmountCents": "string",
"reason": "CREDIT_NOTE_REASON_UNSPECIFIED",
"refundAmountCents": "string",
"requestId": "string"
}'