curl --location --request GET '/note/get_deleted_note_list' \
--header 'X-token: {{X-Token}}'
{
"code": 0,
"message": "string",
"data": {
"note_list": [
{
"note_id": 0,
"note_title": "string",
"category_id": 0
}
]
}
}