I recently try to make a website that can read Joplin's note. But I try to get Joplin note's API by this URL's format:
localhost:41184/notes/{NOTE_ID}?token={MY_TOKEN}
I can get "id", "parent_id", "title" and "type_" only, and the json like below:
{"id":"","parent_id":"","title":"__","type":1}
How to get the Joplin Data API note body?