Authorization: Bearer ********************curl --location 'https://dev-api-desk.tks.co.th/api/Comments/CreateComment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json; v=1.0' \
--data '{
"ticketId": 0,
"activityId": 0,
"approveId": 0,
"commentBody": "string",
"commnetBy": "string"
}'{}