{
"void_reason": "string",
"mark_void_payment": true
}
curl --location --request POST '/tenants//clients//invoices//void' \
--header 'Content-Type: application/json' \
--data-raw '{
"void_reason": "string",
"mark_void_payment": true
}'
0