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