05 New client with invalid data
POST http://localhost:8080/clients
Request Body
{"name"=>"", "cpf"=>"12345678901", "income"=>6500.0, "birthDate"=>"2040-07-20", "children"=>2}
POST http://localhost:8080/clients
{"name"=>"", "cpf"=>"12345678901", "income"=>6500.0, "birthDate"=>"2040-07-20", "children"=>2}