`Hello everyone, I'm running into a problem with my colleague's assignment and could really use some assistance. The issue pertains to ASP.NET Core MVC. I have an API Controller for editing student groups. This API Controller receives a GroupViewModel as a parameter for updating purposes. While the model received is valid, the variables within it are showing up as null. When examining the request being sent from the client-side, data is present. Your insights and help are greatly appreciated!