->routes->post( '/dummy/mail/*domain/messages' => sub { my $c = shift; $c->render(json => {id => 1, params => $c->req->params->to_hash, url => $c->req->url->to_abs}); }