curl --location --request POST 'https://hub.apilabz.com/module/514' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoiceNumber": "string",
"date": "2019-08-24T14:15:22Z",
"dueDate": "2019-08-24T14:15:22Z",
"company": {},
"client": {},
"items": [
"string"
],
"taxes": [
"string"
],
"notes": "string",
"paymentTerms": "string"
}'
{}