public IActionResult Post([FromBody] RegisterUserViewModel model) { return(new OkObjectResult(_registerDesigneeService.CreateDesignee(model))); }