Get all types of owners
curl -L \ --url 'http://api.client.nbcgate.tech//api/owner/type' \ --header 'Authorization: YOUR_API_KEY'
{ "data": [ { "id": 1, "name": "text" } ] }