In ASP.NET or ASP.NET Core, calling a web API is done in the controller:
Read moreHow does Web API validate username and password?
1) Configure the API Request URL and Authorization header as ‘Basic Auth, then mention FortiAuthenticator admin name and password as ‘REST API’ key received by mail . 2) Configure the POST data in JSON format.
Read more