public IActionResult Post([FromBody] RegisterCustomerCommand customer) { return(Ok(_handler.Handler(customer))); }