Authorization: Bearer ********************{
"comment": "string",
"isPublic": true
}curl --location 'https://api.ogoship.com/api/ZendeskApi//ticket//comment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"comment": "string",
"isPublic": true
}'{}