Describe the feature
the template is hardcoded to const { data } = await sdk.boilerplate.exampleChe('test'); it seems, it doesn't respect the custom module you are building that is named lets say my_example and it is already present in the sdk.config.ts sdkConfig object.
should become const { data } = await sdk.my_example.exampleChe('test');
Additional information
Final checks