I am creating a new endpoint to upload csv file and insert into mongodb using async. I want to read it from request instead of giving file path.
i have tried below code.