{
"keyword": "罗永浩",
"count": 10,
"offset": "0",
"publish_time": "0",
"content_type": "0",
"filter_duration": "",
"sort_type": "0"
}curl --location 'https://api.getoneapi.com/api/douyin/search_general' \
--header 'Cookie;' \
--header 'Authorization: Bearer {{apikey}}' \
--header 'Content-Type: application/json' \
--data '{
"keyword": "罗永浩",
"count": 10,
"offset": "0",
"publish_time": "0",
"content_type": "0",
"filter_duration": "",
"sort_type": "0"
}'{
"code": 200,
"message": "success",
"data": {}
}