08 Client update with invalid data
PUT http://localhost:8080/clients/1
Request Body
{"name"=>"", "cpf"=>"12345678901", "income"=>6500.0, "birthDate"=>"2040-07-20", "children"=>2}
PUT http://localhost:8080/clients/1
{"name"=>"", "cpf"=>"12345678901", "income"=>6500.0, "birthDate"=>"2040-07-20", "children"=>2}