curl --location --request POST '/companies//invoices//send' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deliveryOptions": {
"email": {
"send": true,
"subject": "string",
"recipients": [
"string"
],
"body": "string"
}
}
}'{
"success": true,
"data": {},
"errors": [
"string"
]
}