Authorization: Bearer ********************{
"property1": "string",
"property2": "string"
}curl --location '/api/v1/notes/writing/session/track?note_id=undefined&draft_id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"code": 0,
"message": "success",
"data": {
"property1": "string",
"property2": "string"
}
}