single express API endpoint route [HTTP POST] that accepts the following payload
- endpoint: send POST request to CSV to JSON
- sample request:
"csv":{
"url": "https://linktocsv.csv",
"select_fields": ["First Name", "Last Name", "Age"] //optional,
}
}