Authorization: Bearer ********************curl --location --request GET 'https://localhost:50123/rest/v3/sites/group/list' \
--header 'Authorization: Bearer <token>'
{"result":"success","groups":[{"id":"1","name":"test"},{"id":"2","name":"test2"},{"id":"3","name":"test3"}]}