I have an API which gives a list of details, i would like to export the result of this API in to xml format and this export functionality should run once in a day. There is no UI to export this functionality. Its a kind of backend task which will run on a particular time every day.
I am using C# and Asp.net Core. Can some one suggest me to achieve the same.