Atualização do BJsmasth
$new_data = [
'Name' => 'another name',
];
$crud->update('Account', $id, $new_data); #returns status_code 204
Upset Unicorn