POST
/
subgroup
curl --request POST \
  --url https://api.hostwithdothost.com/subgroup \
  --header 'Content-Type: application/json' \
  --data '{
  "hostingSubGroupName": "<string>",
  "SubGroupFeatures": "<string>",
  "whmplanId": "<string>",
  "hostingSubGroupImage": "<string>",
  "hostingGroupId": "<string>",
  "hostingStatus": "ACTIVE",
  "pricing": [
    {
      "interval": "MONTH_1",
      "price": 99.99,
      "currency": "USD",
      "country": "US"
    }
  ]
}'

Body

application/json