{
"keyword": "罗永浩",
"page": 1,
"search_id":"",
"session_id":"",
"sort_type":"",
"filter_note_type":"",
"filter_note_time":""
}curl --location --request POST 'https://api.getoneapi.com/api/xiaohongshu/search_note_v3' \
--header 'Authorization: Bearer {{apikey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "罗永浩",
"page": 1,
"search_id":"",
"session_id":"",
"sort_type":"",
"filter_note_type":"",
"filter_note_time":""
}'{
"code": 200,
"message": "success",
"data": {}
}