x-api-key: ********************curl --location -g --request POST 'https://relay.exostack.cloud//api/invoicing/invoices/by-id//actions/reverse' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reversal_date": "2019-08-24T14:15:22.123Z",
"reason": "string"
}'{
"success": true,
"source_invoice_id": 1,
"source_invoice_code": "string",
"created_credit_id": 1,
"created_credit_code": "string"
}