Authorization: Bearer ********************
nextPageToken
{
"q": "老高",
"max_results": 25,
"order": "rating",
"page_token": "",
"type": "video",
"region_code": "HK"
}
curl --location --request POST 'http://api.moreapi.cn/api/youtube/search_data' \
--header 'Content-Type: application/json' \
--data-raw '{
"q": "老高",
"max_results": 25,
"order": "rating",
"page_token": "",
"type": "video",
"region_code": "HK"
}'
{}