Hey guys, I've been starting to integrate my system with Enhance API, so far so good.
I've noticed that when i create an Organisation and then a Login, when I'm checking the Customers tab it shows the Owner as "undefined - undefined".
Reference:

I have tried to assign an Owner following the documentations with an api call to:
https://<domain>.com/api/orgs/<OrgId>/owner
With body:
{
"memberId": "<memberId>"
}
And i get
{
"code": "unauthorized"
}
as response.
I've tried to use both the admin OrgId and the client OrgId, without success.
Did i miss anything that is stated in the API documentations? I couldn't find how to assign an owner.
Would love to get some clarifications about this one.