Help for this page

Select Code to Download


  1. or download this
    curl  -H "Authorization: PASSWORD" -H "Content-Type: application/json"
    + -d '{"message":"Test message"}'  https://myurl.url.url/api/v1/action
    +s/message/
    
  2. or download this
    use LWP::UserAgent;
    use strict;
    ...
    );
    
    print $response->as_string;