Authorization: Bearer ********************curl --location '/api/v1/Invoice/Delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"invoice": {
"number": 0,
"quotationId": 0,
"invoiceId": 0
}
}'