Authorization: Bearer ********************
{
"keyword":"花无缺",
"count":10,
"offset":"0",
"publish_time":"0",
"filter_duration":"",
"sort_type":"0",
"search_id":"",
"proxy":""
}
curl --location --request POST 'http://api.moreapi.cn/api/douyin/search_video_v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword":"花无缺",
"count":10,
"offset":"0",
"publish_time":"0",
"filter_duration":"",
"sort_type":"0",
"search_id":"",
"proxy":""
}'
{}