curl --request POST \ --url 'https://api.unify.ai/v0/organizations/<organization_id>/transfer-ownership' \ --header "Authorization: Bearer $UNIFY_KEY" --header 'Content-Type: application/json' \ --data '{}'
{ "id": "integer", "name": "string", "owner_id": "string", "billing_user_id": "string", "created_at": "string" }
Bearer <token>
<token>