$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "clientNamesLines": "",
< "clientAddressesLines": "",
< "clientEmailsLines": "",
< "invoiceNumbersLines": "",
< "invoiceDatesLines": "",
< "globalInvoiceDate": "",
< "lineDescLines": "",
< "lineQtyLines": "",
< "lineAmountLines": "",
< "defaultPaymentTerms": "Due in 30 days",
< "defaultFooterNote": "Thank you for your business!",
< "invoicesJson": "",
< "sellerName": "Your Company Sp. z o.o.",
< "sellerAddress": "ul. Przykładowa 1, 00-000 Warszawa",
< "sellerEmail": "billing@company.com",
< "sellerVat": "PL1234567890",
< "zipName": "INVOICES.zip"
<}
<EOF
$curl "https://api.apify.com/v2/acts/nautical_scour~invoice-generator/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'