public IActionResult Create([FromBody] SurveyEntity SurveyEntity) { SurveyService.CreateOrUpdate(UserEntity, SurveyEntity); return(Ok()); }