{
"keywords":"老高",
"max_results":"40",
"order":"relevance",
"page_token":"",
"type":"video",
"region_code":"HK"
}
curl --location --request POST '/api/youtube/search_data' \
--header 'Content-Type: application/json' \
--data-raw '{
"keywords":"老高",
"max_results":"40",
"order":"relevance",
"page_token":"",
"type":"video",
"region_code":"HK"
}'
{
"code": 0,
"msg": "string",
"data": {
"kind": "string",
"etag": "string",
"nextPageToken": "string",
"regionCode": "string",
"pageInfo": {
"totalResults": 0,
"resultsPerPage": 0
},
"items": [
"string"
]
}
}