curl --location --request POST 'http://learnifier.com/orgunits//usergroups' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "Foo", "parent": 1010 }'
[ { "groupId": "1010" } ]