curl --location 'https://api-sandbox.saaslogic.io/v1/invoices//refund' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"refundAmount": 0,
"reason": "string"
}'{}