dailyData[]: 每天一条,含 dateKey 日期、searchScore 搜索指数、noteNum 当日笔记数、userNum 搜索人数/get_keyword_statdailyData[]: one entry per day with dateKey, searchScore, noteNum, userNum/get_keyword_stat{"search_word": "面膜"}Authorization: Bearer ********************{
"search_word": "面膜"
}curl --location 'https://api.tikomni.com/api/u1/v1/xiaohongshu/pgy/get_keyword_daily' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"search_word": "面膜"
}'{}