How to load a CSV file to MongoDB Atlas?

I open cmd :



The first i use command :
mongo “mongodb+srv://admin:@cluster0.d3ri6.mongodb.net/”
then appear in the píc

and the next i use command
mongoimport --uri mongodb+srv://admin:n@cluster0.d3ri6.mongodb.net/iot --collection iot_data --type csv --file ~C:/Program Files/MongoDB/Server/5.0/bin/database.csv~

I can’t import it?