Authorization: Bearer ********************
curl --location --request POST 'https://localhost:50123/rest/v3/sites/group' \ --header 'Content-Type: text/plain' \ --data-raw '{ "group_name":"test3", "group_id": "3" }'
{"group":{"name":"test3","id":"3"},"result":"success"}