Get all owner subtypes
OK
const response = await fetch('//api.client.nbcgate.tech/api/owner/subtype', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": [ { "countryID": 0, "id": 0, "name": "text", "nameIntl": "text" } ] }