How would I create the data models for my JSON string in .NET Core 5.x
I am trying to follow along with this:
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/http-requests?view=aspnetcore-5.0#make-post-put-and-delete-requests
This is my JSON string I need to send to the API endnpoint:
{
"se…