NOTE To create an attachment use our Attachemnts endpoint first.
Authorization: Bearer ********************curl --location --request POST '/api/ticket/<id>/response/<responseId>/document' \
--header 'Authorization: Bearer <token>'{
"attachment": {
"id": 750
},
"response": {
"id": 1
},
"note": {
"id": null
}
}