HTTP::Request->new( uc $method, $uri ); $request->header( 'Content-Type' => 'application/json' ); $request->content($body); return $self->ua->request($request); } } sub a