{
"keyword": "",
"count": 10,
"cursor": "",
"sort_type": "0"
}
curl --location --request POST 'https://api.getoneapi.com/api/douyin/fetch_topic_video' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "",
"count": 10,
"cursor": "",
"sort_type": "0"
}'
{
"code": 200,
"message": "success",
"data": {}
}