How to load a CSV file to MongoDB Atlas?

I tried to run this command line:

mongoimport --uri mongodb+srv://tudor_15:Centurion15@cluster0.acapz.mongodb.net/Database1 --collection Invoice_Train --type CSV --file client_test.csv --headerline

And I got this error:

2021-06-13T19:44:07.106+0300 error parsing command line options: error parsing uri: lookup _mongodb._tcp.cluster0.acapz.mongodb.net: dnsquery: This operation returned because the timeout period expired.
2021-06-13T19:44:07.116+0300 try 'mongoimport --help' for more information