I am trying to authenticate with the api @ https://<IAAS WEB>/WAPI/api in order to create a Fabric Group with a Fabric Admin configured.
The exact api endpoint I want to hit is POST api/EnterpriseGroups but I am unable to figure out how to login. CloudClient uses this api to create FabricGroups so it is still an active api however I am unable to find any documentation on how to authenticate with this API.
Any sample REST clients in any language that login seccusfully and execute operations against the API would be a huge help.