curl --location --request GET '/note/get_published_note_list' \
--header 'X-token: {{X-Token}}'
{
"code": 0,
"message": "string",
"data": {
"note_list": [
{
"note_id": 0,
"publish_note_title": "string",
"publish_note_content": "string",
"publish_time": "string",
"publish_update_time": "string"
}
]
}
}