curl --request DELETE \
--url http://api.stuut.ai/v1/notes/{note_id} \
--header 'Authorization: Bearer <token>'{
"data": {},
"error": "<string>",
"message": "<string>"
}curl --request DELETE \
--url http://api.stuut.ai/v1/notes/{note_id} \
--header 'Authorization: Bearer <token>'{
"data": {},
"error": "<string>",
"message": "<string>"
}