Help for this page
curl -k -L -c cookie.txt -b cookie.txt --user administrator:done! -- +header "Content-Type:application/json" --header "Accept:application/j +son" https://10.244.204.25/api/types/names
use warnings; use LWP::UserAgent; require HTTP::Cookies; ... use Data::Dumper;