Authorization: Bearer ********************curl --location 'https://dev-api-desk.tks.co.th/api/Comments' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ticketId": 0,
"activityId": 0,
"approveId": 0,
"commentBody": "string",
"commnetBy": "string"
}'{
"status": {
"code": "string",
"description": "string",
"httpStatusCode": 0
},
"data": null,
"success": true,
"pagination": {
"page": 0,
"pageSize": 0,
"totalItems": 0,
"totalPages": 0
}
}