Authorization: Bearer ********************curl --location --request GET '/api/ticket/<ticketId>/note/<noteId>' \
--header 'Authorization: Bearer <token>'{
"id": 13,
"note": "I am adding this note, please look into this matter",
"creator": {
"id": 14
},
"createdOn": "2023-05-17 09:25:54"
}