public void Post([FromBody] JToken json) { var matchInfo = json.ToObject <MatchInfo>(); _commander.StartingMatch(matchInfo); }