07 Client update non-existing id
PUT http://localhost:8080/clients/100
Request Body
{"name"=>"Maria Silvaaa", "cpf"=>"12345678901", "income"=>6500.0, "birthDate"=>"1994-07-20", "children"=>2}
PUT http://localhost:8080/clients/100
{"name"=>"Maria Silvaaa", "cpf"=>"12345678901", "income"=>6500.0, "birthDate"=>"1994-07-20", "children"=>2}