{
"keyword": "",
"page": 1,
"sort":"general",
"noteType":"all"
}
curl --location --request POST 'https://api.getoneapi.com/api/xiaohongshu/search_note_v2' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "",
"page": 1,
"sort":"general",
"noteType":"all"
}'
{
"code": 200,
"message": "success",
"data": {}
}