Authorization: Bearer ********************{
"note": "I am adding a new note for this ticket"
}curl --location --request POST '/api/ticket/<ticketId>/note' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"note": "I am adding a new note for this ticket"
}'{
"id": 14,
"note": "I am adding a new note for this ticket",
"creator": {
"id": 14
},
"createdOn": "2023-05-17 12:14:32"
}