List template formsReturns all published template forms. Public, no auth required.GET/forms/templatesSendServer URLcURLJavaScriptGoPythoncurl -X GET "https://api.clipform.io/v1/forms/templates"200List of templatesResponse{ "templates": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "title": "string", "share_id": "string", "description": "string", "node_count": 0 } ] }TypeScript