action sinao_app_settings_templates_list { label: "Get templates" description: "Get all templates" provider: sinao method: GET path: "/apps/{appId}/templates" encoding: json output: { type: "object" additionalProperties: true } }