Storing data from an API directly into Atlas

http://ssscmsapi.samparksmartshala.org:8082/apis/activeusers?date=2020-08-07&daycount=7
Is it possible to store this data directly into atlas? (apart from doing it manually)
Can it be automated using App Services?
Is there a way atlas can pull this data from the link and store it in existing database?
Please reach out, It is a little hard to explain.

Thank you

Please provide closure on your other thread:

On unix based systems, it is trivial.

You configure a cron job that does curl of the link you supplied to standard output that is redirected to mongoimport that uses standard input when --file is not specified.

Any sample project where this has been implemented? for reference.
Thanks

Sorry, I never had to implement such a thing.