action=close, closing_message. Requires tickets:close.tickets:close.Authorization: ********************curl --location --request PATCH '/v1/admin/tickets/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"ticket_id": "595be628-f6f2-4262-9c10-6389c6c4a5b8",
"status": "string",
"closed_at": "2019-08-24T14:15:22.123Z",
"closed_by": "75c6763f-a3ca-436b-b9c4-778f32517f97"
}