Can one use a .NET service worker (.NET 6) to access an API controller secured via default authentication in an asp.NET core MVC project
I am assigned a task on my job to make a script that calls an API endpoint every hour or so. the API is supposed to check failed payments to see if they have succeeded.