curl --location --request GET 'https://openapi.shanjian.tv/v1/clip/template?pageSize&sid&scene&searchKey&searchValue&sortBy' \
--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"
}