curl --location '/invoices//refund' \ --header 'Authorization: Bearer {{bearerToken}}' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data '{ "refundAmount": 0, "reason": "string" }'
{}