Authorization: Bearer ********************curl --location --request POST '/creditnotes//invoices' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoices": [
{
"invoice_id": "",
"amount_applied": 150
}
],
"invoice_id": "",
"amount_applied": 150
}'{
"code": 0,
"message": "Credits have been applied to the invoice(s)."
}