Authorization: Bearer ********************
{
"sec_user_id":"",
"share_text":"",
"count":"12",
"max_cursor":"0",
"proxy":"false"
}
curl --location --request POST 'http://api.moreapi.cn/api/douyin/user_post_v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sec_user_id":"",
"share_text":"",
"count":"12",
"max_cursor":"0",
"proxy":"false"
}'
{}