y $c = shift; # account was placed in the stash in the resource_lookup action $c->render(json => $c->stash('account')); } sub patch { ... } sub update { ... } 1; =head1 DESCRIPTIO