{
"keyword":"罗永浩",
"cursor":"0",
"search_id":""
}
curl --location --request POST 'https://api.getoneapi.com/api/tiktok/search_user' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword":"罗永浩",
"cursor":"0",
"search_id":""
}'
{
"code": 200,
"message": "success",
"data": {}
}