Is your feature request related to a problem? Please describe.
I don't see a way to specify a custom template ID when starting a pod via createPod()
Describe the solution you'd like
Add a new parameter to createPod() which accepts a template ID and adds it to the graphql mutation.
input_fields.append(f'templateId: "{template_id}"')