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