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