curl --location --request GET 'https://openapi.callzone.com.cn/v1/templates?page&size' \
--header 'Authorization: Bearer xxxxxxxxxxxxxx'{
"page": 63,
"size": 50,
"total": "velit cupidatat tempor",
"totalPages": 52,
"hasNext": true,
"data": [
{
"id": "41",
"name": "都娜",
"updatedAt": "2026-09-17 03:09:26",
"createdAt": "2025-09-14 03:09:26",
"modelSchema": "{\"$schema\":\"https://json-schema.org/draft/2020-12/schema\",\"type\":\"object\",\"properties\":{\"content\":{\"type\":\"string\"},\"topic\":{\"type\":\"string\"}}}"
}
]
}