I am new to .NET and recently i have created a API for user login with POST /authenticate method with params as email and password. Now i want to create an MVC applications (UI) using mentioned API call. Can't figure out how to do it. Need help