You should get a 200 Status Code and a response of an array of two strings: "value1" and "value2."
Postman test
Nice! Everything is hopefully working.
Stop the server with ctrl + c.
Try starting the server using a slightly different command: dotnet watch run This will restart the server when you make changes to your application. Helpful for not switching back and forth between the terminal!