Authorization: Bearer ********************curl --location --request PUT '/creditnotes//refunds/' \
--header 'Content-Type: application/json' \
--data-raw '{
"date": "2013-10-01",
"refund_mode": "Cash",
"payment_form": "cash",
"reference_number": " ",
"amount": 2000,
"exchange_rate": 1,
"from_account_id": "460000000070003",
"description": "The New York State Department of Taxation and Finance"
}'{
"code": 0,
"message": "The credit note refund is updated successfully.",
"creditnote_refund": {
"creditnote_refund_id": "982000000567158",
"creditnote_id": "4000000030049",
"date": "2013-10-01",
"refund_mode": "Cash",
"payment_form": "cash",
"reference_number": " ",
"amount": 2000,
"customer_name": "SAF Instruments Inc",
"description": "The New York State Department of Taxation and Finance"
}
}