modifyAccountBrandParameters NameTypeRequired?account_idtextyesnew_brand_nametextyes Use Update the brand name of an account Example GraphQLmutation MyMutation { modifyAccountBrand(accountId: "123abc", newBrandName: "new name") { id } }