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' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword":"猫咪",
"count":10,
"offset":"0",
"publish_time":"0",
"filter_duration":"",
"sort_type":"0",
"search_id":"",
"proxy":""
}'
{}