{
"q": "老高",
"max_results": 25,
"order": "rating",
"page_token": "",
"type": "video",
"region_code": "HK"
}curl --location --request POST 'https://api.getoneapi.com/api/youtube/search' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"q": "老高",
"max_results": 25,
"order": "rating",
"page_token": "",
"type": "video",
"region_code": "HK"
}'{
"code": 200,
"message": "success",
"data": {}
}