$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
<  "formInputData": {
<    "firstname": "John",
<    "lastname": "Doe",
<    "companyName": "ACME",
<    "companyWebsite": "https://example.com",
<    "message": "Hello, I am John from...",
<    "numberOfEmployees": 10,
<    "linkedinProfile": "https://linkedin.com/in/...",
<    "phoneNumber": "+1234567890",
<    "email": "janedoe@example.com",
<    "howDidYouHearAboutUs": "Google, search engine..."
<  },
<  "message": "Hey t,here ๐\n\nIโm [Your Name] from [Your Company], and we offer cutting-edge [offers, solutions] tailored for [Your Target Audience]. Our [solutions] handle everything from [Key Function 1] to [Key Function 2], giving you more time to focus on what you do bestโ[Your Key Business Activity] and growing your business.\n\nCurious to see how we can transform your operations?\n\nLet's chat! Test drive our [service, platform] on [Your Website]\n\nBest,\n[Your Name]\n[Your Company]"
<}
<EOF
$curl "https://api.apify.com/v2/acts/offpistaa~leadformsubmitter/runs?token=$API_TOKEN" \
<  -X POST \
<  -d @input.json \
<  -H 'Content-Type: application/json'