Authorization: Bearer ********************
{
"keyword": "爱他美",
"count": 10,
"cursor": "0",
"douyin_user_type": "0",
"douyin_user_fans": "0",
"search_id":"",
"proxy":""
}
curl --location --request POST 'http://api.moreapi.cn/api/douyin/search_user_v3' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "爱他美",
"count": 10,
"cursor": "0",
"douyin_user_type": "0",
"douyin_user_fans": "0",
"search_id":"",
"proxy":""
}'
{}