Get all owner subtypes
GET //api/owner/subtype HTTP/1.1 Host: api.client.nbcgate.tech Authorization: YOUR_API_KEY Accept: */*
OK
{ "data": [ { "countryID": 1, "id": 1, "name": "text", "nameIntl": "text" } ] }