$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "Texts": [
< "I absolutely love this product. It exceeded all my expectations.",
< "The customer support was incredibly helpful and resolved my issue quickly.",
< "Everything arrived on time and in perfect condition.",
< "This app is intuitive, fast, and easy to use.",
< "I highly recommend this service to anyone.",
< "The quality is excellent for the price.",
< "I'm very satisfied with my purchase.",
< "Fantastic experience from start to finish.",
< "The food was delicious and the staff were friendly.",
< "This is one of the best investments I've made.",
< "The product stopped working after just two days.",
< "I'm extremely disappointed with the quality.",
< "Customer service never responded to my emails.",
< "This was a complete waste of money.",
< "The delivery was delayed by over a week.",
< "Nothing works as advertised.",
< "I regret buying this product.",
< "The website keeps crashing and is unusable.",
< "The item arrived damaged and poorly packaged.",
< "This has been the worst shopping experience I've ever had.",
< "The meeting starts at 10 AM tomorrow.",
< "Today's weather is cloudy with a chance of rain.",
< "I finished reading the report yesterday.",
< "The package is currently in transit.",
< "The train arrived at the station on schedule.",
< "This laptop weighs about 1.5 kilograms.",
< "Our office is located in downtown Chicago.",
< "The event will take place next Friday.",
< "There are five items left in stock.",
< "The document contains twenty pages.",
< "I'm not sure how I feel about the new update.",
< "The movie was okay, but it wasn't memorable.",
< "It could have been better, but it wasn't terrible either.",
< "I have mixed feelings about this decision.",
< "The results were different from what I expected.",
< "The experience was average overall.",
< "Some features are useful while others need improvement.",
< "I'm still deciding whether I like it.",
< "It's acceptable for occasional use.",
< "The performance is decent but inconsistent."
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/delectable_incubator~sentiment-analysis-classifier-low-cost/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'