Help for this page

Select Code to Download


  1. or download this
        return $ua->post(
            $self->{'auth'}->api_url_base . 'shares',
            Content => encode_json($json),
            %$header, #<<<<<
        );