I have a REST API based on ASP.NET Core 3.1. This API will is called by other servers, currently there is no client application which calls this API.
In such a scenario do I need Anti-Forgery tokens? Also if its needed how inject anti-forgery tokens in a Server-to-Server communications scenario?