// POST api/<controller> public string Post([FromBody] SortArray req) { var response = SortArray.ProcessRequest(req); return(response); }