{
"keyword": "罗永浩",
"page": 1
}curl --location 'https://api.getoneapi.com/api/xiaohongshu/search_user' \
--header 'Authorization: Bearer {{apikey}}' \
--header 'Content-Type: application/json' \
--data '{
"keyword": "罗永浩",
"page": 1
}'{
"code": 200,
"message": "success",
"data": {}
}