createOrg abstract method
Create a new organization with the given information. Current logged in user will be added as the owner and admin of the organization.
Implementation
Future<OrgIi> createOrg({
  required String orgName,
  required Key orgKey,
  List<ContactInput>? contacts,
  List<AddressInput>? addresses,
  String? businessRef,
});