getBody(); $result = $handler->register($post); $output = [ 'input' => $post, 'result' => $result ]; return $this->withJson($response, $output); } }