public IActionResult Create([FromBody] PostCreate input) { var post = _postAppService.Create(input); return(Ok("Tạo thành công")); }