Authorization: Bearer ********************curl --location --request GET '/api/ticket/<ticketId>/document/<Id>' \
--header 'Authorization: Bearer <token>'{
"attachment": {
"id": 1919,
"name": "someimage.png",
"type": "image/png",
"size": 272670,
"createdOn": "2023-06-07 14:46:40"
},
"response": {
"id": null
},
"note": {
"id": 13
}
}