curl --request POST \
--url https://api.contazen.ro/v1/invoices/{id}/send \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"cc": "jsmith@example.com",
"subject": "<string>",
"message": "<string>"
}
'