curl --request POST \
--url https://us.api.flexprice.io/v1/invoices/{id}/void \
--header 'x-api-key: <api-key>'{
"message": "<string>"
}Void an invoice that hasn’t been paid
curl --request POST \
--url https://us.api.flexprice.io/v1/invoices/{id}/void \
--header 'x-api-key: <api-key>'{
"message": "<string>"
}