curl --location 'https://openapi.shanjian.tv/v1/clip/template?pageSize=undefined&sid=undefined&scene=undefined&searchKey=undefined&searchValue=undefined&sortBy=undefined' \
--header 'Authorization: Bearer {{appKey}}' \
--header 'Content-Type: application/json'{
"code": "string",
"data": {
"results": [
{
"id": "string",
"name": "string",
"coverUrl": "string",
"scene": "virtualman",
"demoUrl": "string"
}
],
"sid": "string"
},
"message": "string"
}