// 日常笔记表现
{"user_id": "5c668b3e0000000012021605"}
// 合作笔记(商单)表现,近 90 日
{"user_id": "5c668b3e0000000012021605", "business": 1, "date_type": 2}Authorization: Bearer ********************{
"user_id": "5c668b3e0000000012021605",
"business": 0,
"note_type": 3,
"date_type": 1,
"advertise_switch": 1
}curl --location 'https://api.tikomni.com/api/u1/v1/xiaohongshu/pgy/get_blogger_notes_rate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"user_id": "5c668b3e0000000012021605",
"business": 0,
"note_type": 3,
"date_type": 1,
"advertise_switch": 1
}'{}