curl --request POST \
--url https://demo.enneo.ai/api/mind/experimental/cortex/ticket/{ticketId}/callback \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true
}curl --request POST \
--url https://demo.enneo.ai/api/mind/experimental/cortex/ticket/{ticketId}/callback \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true
}JWT-based authentication
The id of the ticket
The response from cortex
The body is of type object.
Successful operation
Data format of Enneo success messages
Operation was successful
true