I\'m sending a CSV file via curl to an endpoint handled in Laravel.
curl -X POST -H \'Content-Type: text/csv\' -d "prices=@${file}" \'http://www.thissit