sub create { my $self = shift(); my $body = ...; return $self->render(json => $body, status => CREATED); } sub another_action { my $self = shift();