curl --location --request POST 'https://app.apacta.com/api/v1/invoices' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_id": "f245e2a3-e141-4d41-912c-b1c1f5bd5598",
"created_or_modified_gte": "2019-08-24",
"date_from": "2019-08-24",
"date_to": "2019-08-24",
"erp_id": "string",
"erp_payment_term_id": "string",
"invoice_number": 0,
"is_draft": true,
"is_locked": true,
"is_offer": true,
"issued_date": "2019-08-24",
"message": "string",
"offer_number": 0,
"payment_due_date": "2019-08-24",
"payment_term_id": "d5e53127-7029-4c3e-a9e2-28cd951529f8",
"project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",
"reference": "string",
"vat_percent": 0
}'