curl --location --request GET '/note/get_deleted_note_content?note_id' \ --header 'X-token: {{X-Token}}'
{ "code": 0, "message": "string", "data": { "note_id": 0, "note_title": "string", "note_content": "string", "create_time": "string", "status": 0 } }