* ```perl my $header_params = { 'Content-Type' => 'application/json', 'Accept' => 'application/json' } $_request = POST($_url, %$header_params, Content => to_json($body->to_hash)); my $_response = $self->c->lwp->request($_request); ```