So in the last couple of days, I worked on building a robust banking API using the .Net stack – C# .Net, SQL Server, Entity Framework Core etc. The API features the following endpoints: POST api/Auth/Register – This allows users to register on the b...