I have an ASP.NET API that goes as following
[HttpGet] [Route("GetModel")] public async Model GetModel(string modelId) { return _service.GetModel(mo