Extending organization.create

Hey guys I'm trying to add something simple when creating an organization and was wondering if there was a way to do something like this

const response = await organization.create({
   name: data.name,
   slug: data.slug,
   logo: ""
   timezone: data.timezone,
});
Was this page helpful?