Help for this page
#! /usr/bin/bash ... -H "Content-Type: application/json" \ https://graph.microsoft.com/v1.0/groups \ | jq .
#! /usr/bin/perl -W ... my $groups = fetch($$token_request{'access_token'}, $url); print Dumper $groups; }