Template ID issue

Hi Zoom Team,
I’m getting an issue while creating a Zoom meeting. I’m passing the template_id parameter which should take all the settings from the template itself. but it is not happening.
When I hit the list all template API it returns the templates information with type as 1.
And as per the documentation, I should get the meeting template option but it is not there,
I have checked all the settings but that option is not visible.
Below is the template response
{
“total_records”: 2,
“templates”: [
{
“id”: “WMYdrdSdREGDUOutc39Vpg”,
“name”: “MondayTest1”,
“type”: 1
},
{
“id”: “Ucjr6dq4QuWDWwFwY4SoTQ”,
“name”: “Sample Meeting”,
“type”: 1
}
]
}

A reply would be highly appreciated!