// POST api/problem public string Post([FromBody] Problem problem) { return(_problemService.AddProblem(problem)); }