DELETE
/api/note
curl \
--request DELETE 'https://localhost:5601/api/note' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"noteId":"string"}'