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