Automatically process a ticket that was previously marked as auto-executable
curl --request POST \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/autoprocess \
--header 'Authorization: Bearer <token>'{
"success": true
}curl --request POST \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/autoprocess \
--header 'Authorization: Bearer <token>'{
"success": true
}