curl --request GET \
--url https://demo.enneo.ai/api/mind/profile/ping \
--header 'Authorization: Bearer <token>'{
"success": true
}JWT-based authentication
ID of the ticket the user has currently opened, if any
Any special action the user might have performed, such as closing the browser window/tab or another reason to stop tacking
browserClosed, stop Successful operation
Data format of Enneo success messages
Operation was successful
true
curl --request GET \
--url https://demo.enneo.ai/api/mind/profile/ping \
--header 'Authorization: Bearer <token>'{
"success": true
}