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