The body of your attempt 1 should be of the type "form-data" in postman. In it you should place your .csv
file in a key called file or something. You may also want to try using com.fasterxml.jackson.databind.ObjectMapper
medium article by @cowtowncoder for converting csv rows to DTOs.