curl --location 'https://api.kabonshare.com/api/support/tickets//reply' \
--header 'Content-Type: application/json' \
--data '{
"message": "string",
"attachments": [
"string"
]
}'{
"status": true,
"message": "string",
"data": {
"_id": "string",
"subject": "string",
"category": "string",
"priority": "low",
"status": "open",
"messages": [
{
"role": "user",
"content": "string",
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"createdAt": "2019-08-24T14:15:22.123Z"
}
}