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