How to run
Configure your appsettings.json with your server credentials.
Example: Server=YOUR_SERVER; Database=YOUR_DATABASE;TrustServerCertificate=true;Trusted_Connection=True; MultipleActiveResultSets=True;
PM Console:
add-migration AddCoupon
update-database
Run the project and test the API