Authorization: Bearer ********************
{
"challenge_id": "1608846127610893",
"sort_type": 0,
"cursor": 0,
"count": 20,
"cookie": ""
}
curl --location --request POST '/api/v1/douyin/web/fetch_challenge_posts' \
--header 'Content-Type: application/json' \
--data-raw '{
"challenge_id": "1608846127610893",
"sort_type": 0,
"cursor": 0,
"count": 20,
"cookie": ""
}'
{
"code": 200,
"router": "",
"params": {},
"data": null
}